Use the default stack protector

This commit is contained in:
Pierre Pronchery 2017-11-08 06:05:57 +01:00
parent f7876219bf
commit 200ac37385

View File

@ -1,7 +1,7 @@
subdirs=backend subdirs=backend
targets=flashlight targets=flashlight
cflags_force=`pkg-config --cflags libDesktop` cflags_force=`pkg-config --cflags libDesktop`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags_force=`pkg-config --libs libDesktop` ldflags_force=`pkg-config --libs libDesktop`
ldflags=-pie -Wl,-z,relro -Wl,-z,now ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,backend.h,flashlight.h,window.h dist=Makefile,backend.h,flashlight.h,window.h