(svn r1745) Use -fno-inline when DEBUGing
authortron
Sun, 30 Jan 2005 23:04:41 +0000
changeset 1241 2b2b0079405e
parent 1240 90b225e69c23
child 1242 bd3e74f757b4
(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