mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 23:14:18 +03:00
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:
parent
e2d0019119
commit
5c09e09559
2
makefile
2
makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user