prepare for c++11: stop forcing -ansi

This commit is contained in:
Dane Springmeyer 2013-07-26 19:32:03 -04:00
parent a4c79fc6fe
commit 5b5053d2a9

View file

@ -1696,7 +1696,7 @@ if not preconfigured:
if not env['SUNCC']:
# Common flags for CXX compiler.
common_cxx_flags = '-ansi -Wall %s %s -ftemplate-depth-300 ' % (env['WARNING_CXXFLAGS'], pthread)
common_cxx_flags = '-Wall %s %s -ftemplate-depth-300 ' % (env['WARNING_CXXFLAGS'], pthread)
# https://github.com/mapnik/mapnik/issues/1835
if sys.platform == 'darwin' and env['CXX'] == 'g++':