mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Removed some flags when compiling with clang
This commit is contained in:
parent
e56195c441
commit
134524ce85
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project(CemuCafe)
|
project(CemuCafe)
|
||||||
|
|
||||||
if((CMAKE_C_COMPILER_ID STREQUAL "GNU") OR (CMAKE_C_COMPILER_ID STREQUAL "Clang"))
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||||
add_compile_options(-mssse3 -mavx2)
|
add_compile_options(-mssse3 -mavx2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue