From 3f33a847c8d6c56d5510fcd5e4bb4b98467c3a8d Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 16 Dec 2016 21:28:31 +0000 Subject: [PATCH] these flags seem nice and stable, and fast - let's keep them --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 526ca004..1e73b6bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,8 +85,8 @@ elseif(UNIX) -fno-signed-zeros -freciprocal-math -ffp-contract=fast \ -fno-threadsafe-statics -fslp-vectorize-aggressive -fslp-vectorize \ -fno-stack-protector -fstrict-enums -fstrict-vtable-pointers \ - -fno-coverage-mapping -fno-spell-checking -fshort-enums \ - -finline-hint-functions -fno-unroll-loops -fno-vectorize -fwhole-program-vtables") + -fno-coverage-mapping -fno-spell-checking -fshort-enums -finline-functions \ + -finline-hint-functions -fno-unroll-loops -fwhole-program-vtables") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb")