Author: rjek
Date: Wed Jun 27 18:18:46 2007
New Revision: 3374
URL:
http://svn.semichrome.net?rev=3D3374&view=3Drev
Log:
Remove -Wformat=3D2 from GTK build options, and make optimisation setting t=
he same as the RISC OS version
Modified:
trunk/netsurf/makefile
Modified: trunk/netsurf/makefile
URL:
http://svn.semichrome.net/trunk/netsurf/makefile?rev=3D3374&r1=3D3373...
r2=3D3374&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/netsurf/makefile (original)
+++ trunk/netsurf/makefile Wed Jun 27 18:18:46 2007
@@ -133,7 +133,7 @@
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=3D600 \
-D_POSIX_C_SOURCE=3D200112L \
- $(WARNFLAGS) -I. -g -O0 -Wformat=3D2 \
+ $(WARNFLAGS) -I. -g -O \
`pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags`
=
# Stop GCC under Cygwin throwing a fit