Build with the default stack protector

This commit is contained in:
Pierre Pronchery 2017-10-24 14:24:04 +02:00
parent c290380c03
commit 9b403baa5f

View File

@ -1,6 +1,6 @@
targets=ar targets=ar
cppflags_force=-I ../include cppflags_force=-I ../include
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 ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile dist=Makefile