Document the defaults for codegen-units
This commit is contained in:
parent
3b4a346de7
commit
d983873cff
1 changed files with 3 additions and 0 deletions
|
@ -309,6 +309,9 @@
|
||||||
# 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
|
||||||
# compiler.
|
# compiler.
|
||||||
|
#
|
||||||
|
# Defaults: the Cargo defaults, 256 with incremental and 16 without
|
||||||
|
# https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units
|
||||||
#codegen-units = 1
|
#codegen-units = 1
|
||||||
|
|
||||||
# Sets the number of codegen units to build the standard library with,
|
# Sets the number of codegen units to build the standard library with,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue