CMakeLists: Remove unnecessary -msse3 option
This commit is contained in:
parent
8f15e3f70c
commit
5beb61913b
1 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue