Stick to the default stack protector

This commit is contained in:
Pierre Pronchery 2018-01-25 19:50:30 +01:00
parent a94f7e77c8
commit 3cd61dfe31

View File

@ -1,5 +1,5 @@
targets=compare,fontsel,progress
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
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 gtk+-2.0 --cflags`