prepare for c++11: stop forcing -ansi
This commit is contained in:
parent
a4c79fc6fe
commit
5b5053d2a9
1 changed files with 1 additions and 1 deletions
|
@ -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++':
|
||||
|
|
Loading…
Reference in a new issue