Build the keyboard widget with FORTIFY, SSP and RELRO
This commit is contained in:
parent
a65504192a
commit
026bf5cdbb
@ -1,7 +1,8 @@
|
||||
targets=keyboard
|
||||
cflags_force=-W `pkg-config --cflags libDesktop x11` -fPIC
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
cflags=-Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst -lintl
|
||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile
|
||||
|
||||
[keyboard]
|
||||
|
Loading…
Reference in New Issue
Block a user