From 33d9cbef2b75abf3d56135bb72028d9c66c0d205 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 18 Mar 2026 06:01:25 +0000 Subject: [PATCH] fx --- src/yuzu/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index c91de67b4a..b151e5bf5c 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -457,9 +457,9 @@ if (NOT MSVC AND (APPLE OR NOT YUZU_STATIC_BUILD)) -Wno-missing-field-initializers) endif() -# Unity builds need big objects for MSVC... if(MSVC AND ENABLE_UNITY_BUILD) - target_compile_options(yuzu /bigobj) + # Unity builds need big objects for MSVC... + target_compile_options(yuzu PRIVATE /bigobj) endif() # Remember that the linker is incredibly stupid.