diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:47:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:47:58 +0100 |
| commit | 16a5e08b5a4947c34eac5335c016a8c7bafa56c6 (patch) | |
| tree | 62d4d7deb63dc61c20b9c75c7c008a484ec5be13 /wscript | |
| parent | 2d97c7516a63cdf1a746f3583e51974dd5939565 (diff) | |
Remove -std=c++98 flag.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') - conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2', '-std=c++98']) + conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2']) conf.env.TARGET_WINDOWS = conf.options.target_windows conf.env.STATIC = conf.options.static |
