This commit is contained in:
lizzie 2026-03-18 06:01:25 +00:00
parent a7ec8c81f4
commit 33d9cbef2b

View file

@ -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.