Added -W -Wall to strict compilation.
This commit is contained in:
parent
43c35ecb70
commit
1add45a32a
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ if env['static']:
|
|||
env.AppendUnique(LINKFLAGS = "-all-static")
|
||||
|
||||
if env['strict']:
|
||||
env.AppendUnique(CXXFLAGS = Split("-Werror -Wno-unused -Wno-sign-compare"))
|
||||
env.AppendUnique(CXXFLAGS = Split("-W -Wall -Werror -Wno-unused -Wno-sign-compare"))
|
||||
|
||||
if env['gui'] == 'tiny':
|
||||
env.Append(CPPDEFINES = "USE_TINY_GUI")
|
||||
|
|
Loading…
Add table
Reference in a new issue