diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-27 11:54:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 11:54:59 +0200 |
| commit | 2575c7d2dcc8545c1d0ccae891b033e162094f7f (patch) | |
| tree | 16c9610702858fcdc321a6cc3d75351d992e4675 | |
| parent | 3af00f0889907d27234de1952c73764f922d60df (diff) | |
| parent | 43d8d89b9ef6ce10d3310fdb56fb850dc8b42c91 (diff) | |
| download | rust-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.toml | 2 |
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. |
