Build with full RELRO by default

This commit is contained in:
Pierre Pronchery 2016-05-12 01:20:06 +02:00
parent 7f5528537c
commit f1e77cb120

View File

@ -3,7 +3,7 @@ targets=notes
cflags_force=`pkg-config --cflags libDesktop`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libDesktop` -lintl
ldflags=-pie
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,note.h,noteedit.h,notes.h,window.h
[notes]