From 0351403a7b627a185845cfb6942a6f39debf0737 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 2 Feb 2007 11:34:13 +0000 Subject: Misc nsgtk fixes and improvements in makefile, choices dialogue and info window svn path=/trunk/netsurf/; revision=3161 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index caaa2c184..03a22c6b0 100644 --- a/makefile +++ b/makefile @@ -130,7 +130,7 @@ CFLAGS_NCOS = $(CFLAGS_RISCOS) -Dncos CFLAGS_DEBUG = -std=c99 -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \ $(PLATFORM_CFLAGS_DEBUG) -g CFLAGS_GTK = -Dnsgtk -std=c99 -D_BSD_SOURCE -Dgtk \ - $(WARNFLAGS) -I.. -g -O0 -Wformat=2 -DNDEBUG \ + $(WARNFLAGS) -I.. -g -O0 -Wformat=2 \ `pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags` # Stop GCC under Cygwin throwing a fit -- cgit v1.2.3