mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 06:27:03 +02:00
Unity batch size
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
1a90bfe393
commit
445e7318cf
4 changed files with 11 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ include_directories(.)
|
|||
|
||||
if (ENABLE_UNITY_BUILD)
|
||||
set(CMAKE_UNITY_BUILD ON)
|
||||
set(CMAKE_UNITY_BUILD_BATCH_SIZE 100)
|
||||
set(CMAKE_UNITY_BUILD_BATCH_SIZE ${UNITY_BATCH_SIZE})
|
||||
endif()
|
||||
|
||||
# Dynarmic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue