Skip to content

Commit 8589ca0

Browse files
committed
Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, r=Mark-Simulacrum
Update `configure --help` (via configure.py) to reflect decoupling of debug+optimize This should have been part of PR #54811 (my bad).
2 parents 6231720 + 034a0eb commit 8589ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def v(*args):
4040
options.append(Option(*args, value=True))
4141

4242

43-
o("debug", "rust.debug", "debug mode; disables optimization unless `--enable-optimize` given")
43+
o("debug", "rust.debug", "enables debugging environment; does not affect optimization of bootstrapped code (use `--disable-optimize` for that)")
4444
o("docs", "build.docs", "build standard library documentation")
4545
o("compiler-docs", "build.compiler-docs", "build compiler documentation")
4646
o("optimize-tests", "rust.optimize-tests", "build tests with optimizations")

0 commit comments

Comments
 (0)