mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-22 09:27:02 +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)
|
-Wno-missing-field-initializers)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Unity builds need big objects for MSVC...
|
|
||||||
if(MSVC AND ENABLE_UNITY_BUILD)
|
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()
|
endif()
|
||||||
|
|
||||||
# Remember that the linker is incredibly stupid.
|
# Remember that the linker is incredibly stupid.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue