From e22d1673db33ff2cf570260c6284ca6edd6b20ba Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 10 Aug 2019 00:13:10 +0200 Subject: [PATCH] sse 4 is not needed! --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5b64891..4cdffe37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ if (UNIX) add_compile_options(-Wextra) # add_compile_options(-fno-exceptions) add_compile_options(-ffast-math) - add_compile_options(-msse4) # add_compile_options(-fno-omit-frame-pointer) endif()