clarified bootstrap optimization agrs

This commit is contained in:
Kivooeo
2025-04-26 13:48:22 +05:00
parent 862156d6f2
commit 43d8d89b9e

View File

@@ -500,7 +500,7 @@
# building without optimizations takes much longer than optimizing. Further, some platforms # building without optimizations takes much longer than optimizing. Further, some platforms
# fail to build without this optimization (c.f. #65352). # fail to build without this optimization (c.f. #65352).
# The valid options are: # The valid options are:
# true - Enable optimizations. # true - Enable optimizations (same as 3).
# false - Disable optimizations. # false - Disable optimizations.
# 0 - Disable optimizations. # 0 - Disable optimizations.
# 1 - Basic optimizations. # 1 - Basic optimizations.