Remove -Wformat=2 from GTK build options, and make optimisation setting the same as the RISC OS version

svn path=/trunk/netsurf/; revision=3374
This commit is contained in:
Rob Kendrick 2007-06-27 17:18:46 +00:00
parent e2d0019119
commit 5c09e09559

View File

@ -133,7 +133,7 @@ CFLAGS_GTK = -std=c99 -Dgtk -Dnsgtk \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
$(WARNFLAGS) -I. -g -O0 -Wformat=2 \
$(WARNFLAGS) -I. -g -O \
`pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags`
# Stop GCC under Cygwin throwing a fit