mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 10:38:15 -05:00
Partially apply LTO to only core and video_core projects.
This commit is contained in:
committed by
Matías Locatti
parent
26c1edf2f0
commit
c38bb96a2c
@ -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)
|
||||
|
Reference in New Issue
Block a user