Skip to content

Commit

Permalink
This should have been part of PR rust-lang#54811 (my bad).
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Nov 5, 2018
1 parent 6cfc603 commit 034a0eb
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 034a0eb

Please sign in to comment.