Skip to content

Commit

Permalink
Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr…
Browse files Browse the repository at this point in the history
…-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).
  • Loading branch information
kennytm committed Nov 6, 2018
2 parents 6231720 + 034a0eb commit 8589ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def v(*args):
options.append(Option(*args, value=True))


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

0 comments on commit 8589ca0

Please sign in to comment.