Build as PIE and with -fstack-protector
This commit is contained in:
parent
74aefc3695
commit
ccd11243b1
|
@ -2,9 +2,9 @@ targets=framer
|
|||
cppflags=-I $(PREFIX)/include
|
||||
#cppflags=-I $(PREFIX)/include -DEMBEDDED
|
||||
cflags_force=-W `pkg-config --cflags x11 gtk+-2.0`
|
||||
cflags=-Wall -g -O2
|
||||
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
|
||||
ldflags_force=`pkg-config --libs x11 gtk+-2.0`
|
||||
ldflags=-L$(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib
|
||||
ldflags=-Wl,-pie
|
||||
dist=Makefile,framer.h
|
||||
|
||||
[framer]
|
||||
|
|
Loading…
Reference in New Issue
Block a user