commit
5f2cbf53d7
4 changed files with 11 additions and 1 deletions
|
@ -861,3 +861,7 @@ endif()
|
|||
if (YUZU_USE_PRECOMPILED_HEADERS)
|
||||
target_precompile_headers(core PRIVATE precompiled_headers.h)
|
||||
endif()
|
||||
|
||||
if (YUZU_ENABLE_LTO)
|
||||
set_property(TARGET core PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue