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