Skip to content

Commit 9ab5011

Browse files
jyn514tshepang
authored andcommitted
Fix misguided suggestions in config.toml
- `verbose-tests` is for debugging the test harness, not the tests themselves. See also rust-lang/rust#76141 - `codegen-units` defaults to `256` whenever `incremental = true`. So there's no need to explicitly set it to `0` if we already recommend incremental. See also #795 (comment).
1 parent 45a1535 commit 9ab5011

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/building/how-to-build-and-run.md

-8
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,8 @@ assertions = true
5757
#
5858
debug = true
5959

60-
# Number of codegen units to use for each compiler invocation. A value of 0
61-
# means "the number of cores on this machine", and 1+ is passed through to the
62-
# compiler.
63-
codegen-units = 0
64-
6560
# Whether to always use incremental compilation when building rustc
6661
incremental = true
67-
68-
# Emits extra output from tests so test failures are debuggable just from logfiles.
69-
verbose-tests = true
7062
```
7163

7264
If you have already built `rustc`, then you may have to execute `rm -rf build` for subsequent

0 commit comments

Comments
 (0)