mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Restore CMAKE_UNITY_BUILD_BATCH_SIZE
This commit is contained in:
@@ -20,6 +20,9 @@ endif()
|
|||||||
|
|
||||||
option(unity "Creates a build using UNITY support in cmake." OFF)
|
option(unity "Creates a build using UNITY support in cmake." OFF)
|
||||||
if(unity)
|
if(unity)
|
||||||
|
if(NOT is_ci)
|
||||||
|
set(CMAKE_UNITY_BUILD_BATCH_SIZE 15 CACHE STRING "")
|
||||||
|
endif()
|
||||||
set(CMAKE_UNITY_BUILD ON CACHE BOOL "Do a unity build")
|
set(CMAKE_UNITY_BUILD ON CACHE BOOL "Do a unity build")
|
||||||
endif()
|
endif()
|
||||||
if(is_clang AND is_linux)
|
if(is_clang AND is_linux)
|
||||||
|
|||||||
Reference in New Issue
Block a user