diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cd4612e..9ea0757c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ else() add_compile_options(-fno-operator-names) if (ARCHITECTURE_x86_64) - add_compile_options(-msse4.1) + add_compile_options(-msse3) endif() endif()