Stick to the default stack protector
This commit is contained in:
parent
e80ee31224
commit
49939c008f
|
@ -1,7 +1,7 @@
|
|||
targets=xmleditor
|
||||
#cppflags=-D EMBEDDED
|
||||
cflags_force=`pkg-config --cflags libParser 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 libParser libDesktop` -lintl
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,callbacks.h,xmleditor.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user