Force C89 and error on all warnings.
This commit is contained in:
parent
d3715f3ca4
commit
7eff32c40d
@ -25,7 +25,7 @@ CXXPROGRAM = "%CXXCOMPILER% %CBUILDFLAGS% %CLINKFLAGS% %CEXTRAFLAGS% -o %out% %i
|
||||
|
||||
CLIBRARY = "rm -f %out% && ar cr %out% %in% && ranlib %out%"
|
||||
|
||||
CBUILDFLAGS = {"-g"}
|
||||
CBUILDFLAGS = {"-g", "-Werror", "-std=c89"}
|
||||
CINCLUDES = EMPTY
|
||||
CDEFINES = EMPTY
|
||||
CEXTRAFLAGS = EMPTY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user