diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 4742bcbe9..e904573d7 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -330,3 +330,7 @@ endif() | |||
| 330 | if (YUZU_USE_PRECOMPILED_HEADERS) | 330 | if (YUZU_USE_PRECOMPILED_HEADERS) |
| 331 | target_precompile_headers(video_core PRIVATE precompiled_headers.h) | 331 | target_precompile_headers(video_core PRIVATE precompiled_headers.h) |
| 332 | endif() | 332 | endif() |
| 333 | |||
| 334 | if (YUZU_ENABLE_LTO) | ||
| 335 | set_property(TARGET video_core PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) | ||
| 336 | endif() | ||