+ remove "-ansi" compile flags to avoid clashung with -std=c++11
This commit is contained in:
parent
a41c83fbce
commit
7cd8c63656
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ if not preconfigured:
|
|||
|
||||
if not env['SUNCC']:
|
||||
# Common flags for GCC.
|
||||
gcc_cxx_flags = '-ansi -Wall %s %s -ftemplate-depth-300 ' % (env['WARNING_CXXFLAGS'], pthread)
|
||||
gcc_cxx_flags = '-Wall %s %s -ftemplate-depth-300 ' % (env['WARNING_CXXFLAGS'], pthread)
|
||||
if env['DEBUG']:
|
||||
env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline')
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue