Build with SSP and PIE by default
This commit is contained in:
parent
b5ede511bc
commit
8dd990ba30
|
@ -1,7 +1,7 @@
|
|||
targets=todo
|
||||
#cppflags=-D EMBEDDED
|
||||
cflags_force=-W `pkg-config --cflags libDesktop`
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
|
||||
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=-Wl,-pie
|
||||
dist=Makefile,priority.h,task.h,taskedit.h,todo.h,window.h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
targets=todo
|
||||
cflags_force=-W `pkg-config --cflags libDesktop Mailer`
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
|
||||
cflags_force=`pkg-config --cflags libDesktop Mailer`
|
||||
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop`
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user