mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Rollup merge of #133034 - onur-ozkan:new-default, r=jieyouxu
update download-rustc comments and default See https://github.com/rust-lang/rust/pull/132872#issuecomment-2476135053
This commit is contained in:
commit
19d0e60cf2
@ -503,8 +503,8 @@
|
|||||||
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
|
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
|
||||||
# changes triggers in-tree compiler build) to speed up the build process.
|
# changes triggers in-tree compiler build) to speed up the build process.
|
||||||
#
|
#
|
||||||
# Set this to `true` to download unconditionally.
|
# Set this to `true` to always download or `false` to always use the in-tree compiler.
|
||||||
#download-rustc = false
|
#download-rustc = "if-unchanged"
|
||||||
|
|
||||||
# Number of codegen units to use for each compiler invocation. A value of 0
|
# Number of codegen units to use for each compiler invocation. A value of 0
|
||||||
# means "the number of cores on this machine", and 1+ is passed through to the
|
# means "the number of cores on this machine", and 1+ is passed through to the
|
||||||
|
Loading…
Reference in New Issue
Block a user