From f83ee6f7f57618b53e0455498043415aa53b9a01 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 9 Nov 2018 23:15:29 +0000 Subject: [PATCH] fno-plt - i meant to remove this as it breaks clang builds, leave it for gcc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94a20e89..bf7130a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ elseif (UNIX) -fno-threadsafe-statics -fslp-vectorize \ -fno-stack-protector -fstrict-enums -finline-hint-functions \ -fno-coverage-mapping -fno-spell-checking \ - -mno-retpoline -fno-plt") + -mno-retpoline") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb")