CMakeLists: Remove unnecessary -msse3 option

This commit is contained in:
MerryMage 2017-07-08 16:33:20 +01:00
parent 8f15e3f70c
commit 5beb61913b

View file

@ -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