From 6a94efd4cfe99e6106e2266c062ee99b013142c0 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 5 Jan 2010 13:51:35 +0000 Subject: [PATCH] Removed debugging lines from GNUmakefile that were breaking the build. Thanks to RFM for spotting this... --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7f384e5..154348b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,8 +62,8 @@ libobjc_CPPFLAGS += -D__OBJC_RUNTIME_INTERNAL__=1 -D_XOPEN_SOURCE=500 # Note to Riccardo. Please do not 'fix' C99isms in this. The new ABI is only # useful on compilers that support C99 (currently only clang), so there is no # benefit from supporting platforms with no C99 compiler. -libobjc_CFLAGS += -Werror -std=c99 -g -fexceptions -O0 -fno-inline -libobjc_OBJCFLAGS += -g -std=c99 -O0 -fno-inline +libobjc_CFLAGS += -Werror -std=c99 -g -fexceptions +libobjc_OBJCFLAGS += -g -std=c99 libobjc_LDFLAGS += -g ifeq ($(findstring no, $(debug)),)