diff --git a/CMakeLists.txt b/CMakeLists.txt index a255a27a..0b1137f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,11 +77,6 @@ else() list(APPEND DYNARMIC_CXX_FLAGS -Werror) endif() - - if (ARCHITECTURE_x86_64) - list(APPEND DYNARMIC_CXX_FLAGS - -msse3) - endif() endif() # Arch detection