mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 13:45:45 +00:00
Partially apply LTO to only core and video_core projects.
This commit is contained in:
parent
26c1edf2f0
commit
c38bb96a2c
4 changed files with 11 additions and 1 deletions
|
@ -56,6 +56,8 @@ option(YUZU_USE_BUNDLED_VCPKG "Use vcpkg for yuzu dependencies" "${MSVC}")
|
|||
|
||||
option(YUZU_CHECK_SUBMODULES "Check if submodules are present" ON)
|
||||
|
||||
option(YUZU_ENABLE_LTO "Enable link-time optimization" OFF)
|
||||
|
||||
CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF)
|
||||
|
||||
if (YUZU_USE_BUNDLED_VCPKG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue