mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-27 08:40:32 +00:00
Ensure if ENABLE_LTO is set to false to disable LTO
This commit is contained in:
parent
4abe6a9165
commit
44593feed0
@ -16,6 +16,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
if (ENABLE_LTO)
|
||||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
else()
|
||||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION FALSE)
|
||||
endif()
|
||||
|
||||
if (ENABLE_XRAY)
|
||||
|
Loading…
Reference in New Issue
Block a user