No longer build with -pedantic
This commit is contained in:
parent
1fa73c85a8
commit
a94f7e77c8
|
@ -1,5 +1,5 @@
|
||||||
targets=compare,fontsel,progress
|
targets=compare,fontsel,progress
|
||||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
#for Gtk+ 2
|
#for Gtk+ 2
|
||||||
cflags_force=`pkg-config gtk+-2.0 --cflags`
|
cflags_force=`pkg-config gtk+-2.0 --cflags`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user