From 9a9c12104cf52a3b8e5f562b9d47c96bf1740581 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 10 Feb 2018 13:09:00 +0000 Subject: [PATCH] make.sh: CFLAGS remove --param=ssp-buffer-size=4 This flag is useless with -fstack-protector-strong Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 4e690b7f99..55c55457e5 100755 --- a/make.sh +++ b/make.sh @@ -195,7 +195,7 @@ configure_build() { TOOLS_DIR="/tools_${BUILD_ARCH}" # Enables hardening - HARDENING_CFLAGS="-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4" + HARDENING_CFLAGS="-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong" CFLAGS="-O2 -pipe -Wall -fexceptions -fPIC ${CFLAGS_ARCH}" CXXFLAGS="${CFLAGS}" -- 2.39.2