Build the keyboard widget with FORTIFY, SSP and RELRO

This commit is contained in:
Pierre Pronchery 2016-03-23 13:14:32 +01:00
parent a65504192a
commit 026bf5cdbb

View File

@ -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]