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")