Stick to the default stack protector
This commit is contained in:
parent
f8cb903de1
commit
5142ca5b9f
|
@ -1,7 +1,7 @@
|
|||
subdirs=common
|
||||
targets=download,surfer
|
||||
#cppflags=-D EMBEDDED
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,callbacks.h,common.h,download.h,ghtml.h,surfer.h,ghtml-gtkhtml.c,ghtml-gtkmozembed.c,ghtml-gtktextview.c,ghtml-webkit.c
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ targets=bookmark,helper,htmlapp
|
|||
cppflags_force=-I ../src
|
||||
#cppflags=-D EMBEDDED
|
||||
cflags_force=`pkg-config --cflags libDesktop`
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags_force=`pkg-config --libs libDesktop`
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,helper.h,subst.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user