From 3ea779ceb66f03945f38988aab7412bfbd5ee4c1 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Thu, 22 Dec 2016 23:00:07 +0000 Subject: [PATCH] no need to wait on link optimization for this branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 650fc0c2..9e3119e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ elseif(UNIX) -fno-stack-protector -fstrict-enums -fno-spell-checking \ -fno-coverage-mapping -fstrict-vtable-pointers -finline-functions \ -finline-hint-functions -fshort-enums -fno-unroll-loops \ - -flto -fwhole-program-vtables") + ") # these only work on 3.9+ -finline-functions -finline-hint-functions # these only work on 3.8+ -fno-coverage-mapping -fstrict-vtable-pointers