improve info regarding incremental a little
This commit is contained in:
parent
c518e9d49d
commit
5aad3d043d
|
|
@ -148,10 +148,10 @@ time in subsequent rebuilds:
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't want to include the flag with every command, you can
|
If you don't want to include the flag with every command, you can
|
||||||
enable it in the `config.toml`, too:
|
enable it in the `config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# Whether to always use incremental compilation when building rustc
|
[rust]
|
||||||
incremental = true
|
incremental = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue