From 25f514ab6d31daada684f28100079e5ed8576632 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 30 Jan 2005 23:04:41 +0000 Subject: (svn r1745) Use -fno-inline when DEBUGing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2122b1f9..8f9452c04 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ ifeq ($(shell if test $(CC_VERSION) -ge 34; then echo true; fi), true) endif ifdef DEBUG - CFLAGS += -g -D_DEBUG + CFLAGS += -g -fno-inline -D_DEBUG endif ifdef PROFILE -- cgit v1.2.3-54-g00ecf