Stick to the default stack protector

This commit is contained in:
Pierre Pronchery 2018-01-25 20:21:35 +01:00
parent f8cb903de1
commit 5142ca5b9f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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