No longer build with -pedantic

This commit is contained in:
Pierre Pronchery 2018-01-25 19:50:17 +01:00
parent 1fa73c85a8
commit a94f7e77c8

View File

@ -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`