No longer build with -pedantic by default

This commit is contained in:
Pierre Pronchery 2018-02-05 01:44:44 +01:00
parent 5ba79bec68
commit 76c2b3ad04

View File

@ -1,6 +1,6 @@
targets=vncviewer
#cppflags=-DWITH_LIBVIEW
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 libDesktop gtk-vnc-1.0`