mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
Add: -ffast-math compiler option to anything other then Intel
This commit is contained in:
parent
fd6c3145d5
commit
468c508b3a
@ -275,6 +275,8 @@ if(NOT MSVC)
|
||||
add_compile_options(-fno-strict-aliasing)
|
||||
if (${CMAKE_C_COMPILER_ID} STREQUAL "Intel")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -parallel -fopenmp")
|
||||
else()
|
||||
add_compile_options(-ffast-math)
|
||||
endif()
|
||||
|
||||
if(X86 OR X86_64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user