Changed so as to not compile the ACK with optimisation, to improve
debuggability.
This commit is contained in:
parent
f371b251d2
commit
2e48c1b80d
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in a new issue