From 4b3d4f97a8955ee72077623662ab4b5e045f6647 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 9 Mar 2006 18:55:30 +0000 Subject: [project @ 2006-03-09 18:55:30 by bursa] Partly fix debug build. svn path=/import/netsurf/; revision=2113 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index e71fb8852..f4b15ddf1 100644 --- a/makefile +++ b/makefile @@ -115,10 +115,10 @@ CFLAGS_RISCOS = -std=c9x -D_BSD_SOURCE -Driscos -DBOOL_DEFINED -O \ # -include netsurf/utils/memdebug.h CFLAGS_RISCOS_SMALL = $(CFLAGS_RISCOS) -Dsmall CFLAGS_NCOS = $(CFLAGS_RISCOS) -Dncos -CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -Ddebug $(WARNFLAGS) -I.. \ +CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \ $(PLATFORM_CFLAGS_DEBUG) -g CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \ - $(WARNFLAGS) -I.. -g \ + $(WARNFLAGS) -I.. -g -O \ `pkg-config --cflags gtk+-2.0` `xml2-config --cflags` AFLAGS_RISCOS = -I..,. $(PLATFORM_AFLAGS_RISCOS) -- cgit v1.2.3