diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-10 09:18:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-10 09:18:59 +0200 |
| commit | 2d81836aa7c3a68c33a7cd02950d689b841168ce (patch) | |
| tree | 15214d539dc21689185b9a25337ef0aec7f624d9 /wscript | |
| parent | 00a593c9362aabd5df4f4c9d37d00ef1caba139f (diff) | |
Test.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ def options(opt): opt.add_option('--enable-debug', action='store_true', default=False, help='build with debugging information and without optimisation') opt.add_option('--static', action='store_true', default=False, help='build statically') opt.add_option('--disable-tests', action='store_true', default=False, help='disable building of tests') - opt.add_option('--force-cpp11', action='store_true', default=False, help='force use of C++11') + opt.add_option('--disable-cpp11', action='store_false', default=True, help='prevent use of C++11') def configure(conf): conf.load('compiler_cxx') |
