Eliminated warnings caused by passing the -ftemplate-depth parameter to the C compiler
This commit is contained in:
parent
c677ea5cbd
commit
4308ebf40d
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ else:
|
|||
sys.exit(1)
|
||||
|
||||
if env['CC'] == 'gcc':
|
||||
defaults.cxxFlags = ''
|
||||
defaults.ccFlags = ['-ftemplate-depth-128', '-Wall', '-g']
|
||||
defaults.cxxFlags = ['-ftemplate-depth-128']
|
||||
defaults.ccFlags = ['-Wall', '-g']
|
||||
defaults.debugCcFlags = ['-O0', '-fno-inline']
|
||||
defaults.releaseCcFlags = ['-O3', '-finline-functions', '-Wno-inline', '-DNDEBUG']
|
||||
defaults.debugLinkFlags = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue