No longer build with -pedantic

This commit is contained in:
Pierre Pronchery 2017-10-24 14:23:34 +02:00
parent 54e2fa8b11
commit c290380c03

View File

@ -1,6 +1,6 @@
targets=ar
cppflags_force=-I ../include
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
dist=Makefile