mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-21 20:27:05 +02:00
Unity batch size
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4b7527a4b1
commit
de930efb3c
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