Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789

Clarified bootstrap optimization "true" argument

fixes #140328
This commit is contained in:
Matthias Krüger
2025-04-27 11:54:59 +02:00
committed by GitHub
+1 -1
View File
@@ -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.