From ae6a2e7a87f2c9791bae9a4a4d99c7e091e2bf09 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Tue, 18 Jul 2023 16:51:07 +0200 Subject: [PATCH] Correct the default value of unity-build-batch-size in the help message The default value is 32. Change-Id: I27882f2c4eab245954845915697587193904cd38 Reviewed-by: Alexandru Croitor --- config_help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_help.txt b/config_help.txt index 9c9f8f7c622..e056620f71f 100644 --- a/config_help.txt +++ b/config_help.txt @@ -144,7 +144,7 @@ Build options: -unity-build ......... Enable Unity (Jumbo) build -unity-build-batch-size Maximum number of source files used by the unity build - to create unity source files [8] + to create unity source files [32] -warnings-are-errors . Treat warnings as errors [no; yes if -developer-build]