From 43d8d89b9ef6ce10d3310fdb56fb850dc8b42c91 Mon Sep 17 00:00:00 2001 From: Kivooeo Date: Sat, 26 Apr 2025 13:48:22 +0500 Subject: [PATCH] clarified bootstrap optimization agrs --- bootstrap.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.example.toml b/bootstrap.example.toml index 72c4492d465d8..72fd56fb5bd71 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -500,7 +500,7 @@ # building without optimizations takes much longer than optimizing. Further, some platforms # fail to build without this optimization (c.f. #65352). # The valid options are: -# true - Enable optimizations. +# true - Enable optimizations (same as 3). # false - Disable optimizations. # 0 - Disable optimizations. # 1 - Basic optimizations.