From 08b376c6c24473bd334785963408c9d27b8201ba Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 31 Jul 2021 09:57:28 -0400 Subject: [PATCH] pull -fstack-protector from Ncpp builds #463 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c0dafad8..906dcd5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,7 +409,6 @@ set(NCPP_COMPILE_OPTIONS -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections - -fstack-protector -fno-rtti -fpic )