diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:38:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:38:29 +0100 |
| commit | d24251b2e0d82236f93ee5415b72849dee2a0ac8 (patch) | |
| tree | eff45e43a540113313333360701f1f85b502dc8f /cscript | |
| parent | 017552d36ee7a7d1b45032932ea985e3f15a4f00 (diff) | |
Remove perhaps-we'll-use-c++11 stuff.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -407,13 +407,6 @@ def configure_options(target, options): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi' - # Centos 7 ships with glibmm 2.50.0 which requires C++11 - # but its compiler (gcc 4.8.5) defaults to C++97. Go figure. - # I worry that this will cause ABI problems but I don't have - # a better solution. - opt += ' --force-cpp11' - elif target.platform == 'osx': - opt += ' --force-cpp11' if not options['gui']: opt += ' --disable-gui' |
