summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2007-02-02 11:34:13 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2007-02-02 11:34:13 +0000
commit0351403a7b627a185845cfb6942a6f39debf0737 (patch)
treeda5c72b06fecc8e09e96043815df5f3464e523bd /makefile
parent9e9699347479447d1acc0ac7f58965f9833bc41f (diff)
downloadnetsurf-0351403a7b627a185845cfb6942a6f39debf0737.tar.gz
netsurf-0351403a7b627a185845cfb6942a6f39debf0737.tar.bz2
Misc nsgtk fixes and improvements in makefile, choices dialogue and info window
svn path=/trunk/netsurf/; revision=3161
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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