Use the default stack protector
This commit is contained in:
parent
f7876219bf
commit
200ac37385
|
@ -1,7 +1,7 @@
|
|||
subdirs=backend
|
||||
targets=flashlight
|
||||
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=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,backend.h,flashlight.h,window.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user