From 49939c008ff8c74411035bb5a031d3be83c1bf19 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 30 Jul 2017 16:13:44 +0200 Subject: [PATCH] Stick to the default stack protector --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index d9c28ed..d30912b 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,7 +1,7 @@ targets=xmleditor #cppflags=-D EMBEDDED cflags_force=`pkg-config --cflags libParser libDesktop` -cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all +cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector ldflags_force=`pkg-config --libs libParser libDesktop` -lintl ldflags=-pie -Wl,-z,relro -Wl,-z,now dist=Makefile,callbacks.h,xmleditor.h