Makefile
changeset 1241 2b2b0079405e
parent 1240 90b225e69c23
child 1247 01711347f9ac
--- 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