1From 1528980ee15e9589a7e27ec6d12a33cd8aab57b4 Mon Sep 17 00:00:00 2001 2From: Bernd Kuhls <bernd.kuhls@t-online.de> 3Date: Tue, 8 Jun 2021 07:51:40 +0200 4Subject: [PATCH] Drop hardening-related flags 5 6These will be set by Buildroot depending on toolchain capabilities and 7global Buildroot options. 8 9Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 10--- 11 Source/GmmLib/Linux.cmake | 1 - 12 1 file changed, 1 deletion(-) 13 14diff --git a/Source/GmmLib/Linux.cmake b/Source/GmmLib/Linux.cmake 15index 1a09bc4..b28fc1b 100644 16--- a/Source/GmmLib/Linux.cmake 17+++ b/Source/GmmLib/Linux.cmake 18@@ -62,7 +62,6 @@ SET (GMMLIB_COMPILER_FLAGS_COMMON 19 -DUSE_SSE3 20 -DUSE_SSSE3 21 # Other common flags 22- -fstack-protector 23 -fdata-sections 24 -ffunction-sections 25 -fmessage-length=0 26-- 272.29.2 28 29