From 2e48c1b80d085ed5b4bf912a2524e0e8afbfd001 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sat, 22 Jul 2006 00:47:55 +0000 Subject: [PATCH] Changed so as to not compile the ACK with optimisation, to improve debuggability. --- first/c.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/c.pm b/first/c.pm index eeb313882..ed410f0ab 100644 --- a/first/c.pm +++ b/first/c.pm @@ -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 = "" -- 2.34.1