mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Per-function target attribute on clang and GCC. (#152)
This commit is contained in:
parent
68fa5b32a1
commit
f5972dfbb0
2 changed files with 12 additions and 29 deletions
|
@ -1,9 +1,5 @@
|
|||
project(CemuCafe)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
add_compile_options(-mssse3 -mavx2)
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE CPP_FILES *.cpp)
|
||||
file(GLOB_RECURSE H_FILES *.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue