Build with the default stack protector
This commit is contained in:
parent
c290380c03
commit
9b403baa5f
|
@ -1,6 +1,6 @@
|
|||
targets=ar
|
||||
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
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user