Skip to content

Commit e35d094

Browse files
committed
Reduce unity batch size for xrGame
1 parent c5fc6be commit e35d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ endif()
25342534

25352535
set_target_properties(xrGame PROPERTIES
25362536
PREFIX ""
2537-
UNITY_BUILD_BATCH_SIZE 50
2537+
UNITY_BUILD_BATCH_SIZE 30
25382538
)
25392539

25402540
target_precompile_headers(xrGame

0 commit comments

Comments
 (0)