CMakeLists: Remove unnecessary -msse3 option
This commit is contained in:
parent
8f15e3f70c
commit
5beb61913b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user