mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 14:08:54 +02:00
fx
This commit is contained in:
parent
a7ec8c81f4
commit
33d9cbef2b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue