No longer build with -fpedantic

This commit is contained in:
Pierre Pronchery 2018-01-22 05:15:55 +01:00
parent 97553209c6
commit af8ab99448
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
targets=libDesktop
cppflags_force=-I ../include
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags=-Wl,-z,relro -Wl,-z,now
#for Gtk+ 2
cflags_force=`pkg-config --cflags libSystem gtk+-2.0` -fPIC

View File

@ -1,6 +1,6 @@
targets=fixme.log,htmllint.log,mime,mimehandler,tests.log,widget,xmllint.log
cppflags_force=-I ../include
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags=-pie -Wl,-z,relro -Wl,-z,now
#for Gtk+ 2
cflags_force=`pkg-config --cflags libSystem gtk+-2.0`

View File

@ -1,6 +1,6 @@
targets=widget
cppflags_force=-I ../include
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags=-pie -Wl,-z,relro -Wl,-z,now
#for Gtk+ 2
cflags_force=`pkg-config --cflags libSystem gtk+-2.0`