From e661e203d4c9bb29c46d38a6798e4753cd4fded5 Mon Sep 17 00:00:00 2001 From: thebeing Date: Fri, 27 May 2011 19:12:18 +0000 Subject: [PATCH] Re-enable function inlining. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 48862d0..4c9ee56 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -117,7 +117,7 @@ libobjc_CFLAGS += -Wno-unused-function # Uncomment this when debugging - it makes everything slow, but means that the # debugger actually works... -libobjc_CFLAGS += -fno-inline +# libobjc_CFLAGS += -fno-inline libobjc_OBJCFLAGS += $(libobjc_CFLAGS) $(libobjc_CFLAGS) ifneq ($(findstring gcc, $(CC)),)