(svn r1745) Use -fno-inline when DEBUGing
authortron
Sun, 30 Jan 2005 23:04:41 +0000
changeset 1241 86b6a336a206
parent 1240 7d7f18e0b2c5
child 1242 1ca216c50426
(svn r1745) Use -fno-inline when DEBUGing
Makefile
--- a/Makefile	Sun Jan 30 23:03:31 2005 +0000
+++ b/Makefile	Sun Jan 30 23:04:41 2005 +0000
@@ -285,7 +285,7 @@
 endif
 
 ifdef DEBUG
-  CFLAGS += -g -D_DEBUG
+  CFLAGS += -g -fno-inline -D_DEBUG
 endif
 
 ifdef PROFILE