about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-27 11:54:59 +0200
committerGitHub <noreply@github.com>2025-04-27 11:54:59 +0200
commit2575c7d2dcc8545c1d0ccae891b033e162094f7f (patch)
tree16c9610702858fcdc321a6cc3d75351d992e4675
parent3af00f0889907d27234de1952c73764f922d60df (diff)
parent43d8d89b9ef6ce10d3310fdb56fb850dc8b42c91 (diff)
downloadrust-2575c7d2dcc8545c1d0ccae891b033e162094f7f.tar.gz
rust-2575c7d2dcc8545c1d0ccae891b033e162094f7f.zip
Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789
Clarified bootstrap optimization "true" argument

fixes #140328
-rw-r--r--bootstrap.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.example.toml b/bootstrap.example.toml
index 72c4492d465..72fd56fb5bd 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.