Skip to content

Commit 64bb69a

Browse files
authored
Rollup merge of rust-lang#140330 - Kivooeo:new-fix-five, r=clubby789
Clarified bootstrap optimization "true" argument fixes rust-lang#140328
2 parents d3321a9 + 43d8d89 commit 64bb69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
# building without optimizations takes much longer than optimizing. Further, some platforms
501501
# fail to build without this optimization (c.f. #65352).
502502
# The valid options are:
503-
# true - Enable optimizations.
503+
# true - Enable optimizations (same as 3).
504504
# false - Disable optimizations.
505505
# 0 - Disable optimizations.
506506
# 1 - Basic optimizations.

0 commit comments

Comments
 (0)