From 7e0b9fb26d1d46fd1ae4800c62500cab828a548b Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 16 Dec 2016 16:32:29 +0000 Subject: [PATCH] damn it --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9470393f..526ca004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,8 +86,7 @@ elseif(UNIX) -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-tree-loop-optimize \ - -fwhole-program-vtables") + -finline-hint-functions -fno-unroll-loops -fno-vectorize -fwhole-program-vtables") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb")