From: Carl Hetherington Date: Thu, 1 Oct 2015 11:47:58 +0000 (+0100) Subject: Remove -std=c++98 flag. X-Git-Tag: v0.13.0~3 X-Git-Url: https://git.carlh.net/gitweb/?p=libcxml.git;a=commitdiff_plain;h=16a5e08b5a4947c34eac5335c016a8c7bafa56c6 Remove -std=c++98 flag. --- diff --git a/wscript b/wscript index 059f4fc..0d91d69 100644 --- a/wscript +++ b/wscript @@ -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