Build full RELRO support
This commit is contained in:
parent
b36fc80672
commit
288930017a
|
@ -2,7 +2,7 @@ targets=array,config,includes,pylint.log,string,variable,tests.log
|
|||
cppflags_force=-I ../include
|
||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=-L../src -L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lSystem
|
||||
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src" -Wl,-pie -Wl,-z,relro
|
||||
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src" -Wl,-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=COPYING,Makefile,config.conf,config-noeol.conf,pylint.sh,python.sh,tests.sh
|
||||
|
||||
[array]
|
||||
|
|
Loading…
Reference in New Issue
Block a user