Changed so as to not compile the ACK with optimisation, to improve

debuggability.
This commit is contained in:
dtrg 2006-07-22 00:47:55 +00:00
parent f371b251d2
commit 2e48c1b80d

View file

@ -17,7 +17,7 @@ CPROGRAM = "%CCOMPILER% %CBUILDFLAGS% %CLINKFLAGS% %CEXTRAFLAGS% -o %out% %in% %
CDEPENDS = "%CCOMPILER% %CBUILDFLAGS% %CDYNINCLUDES% %CINCLUDES% %CDEFINES% %CEXTRAFLAGS% -MM -MG %in% > %out%"
AR = "%RM% %out% && ar cr %out% %in%"
CBUILDFLAGS = "-g -Os"
CBUILDFLAGS = "-g"
CINCLUDES = {}
CDEFINES = {}
CEXTRAFLAGS = ""