From d24251b2e0d82236f93ee5415b72849dee2a0ac8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Jan 2021 23:38:29 +0100 Subject: Remove perhaps-we'll-use-c++11 stuff. --- cscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index b6eb6e401..5fb075c5e 100644 --- a/cscript +++ b/cscript @@ -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' -- cgit v1.2.3