Codegen defaults come from rustc, not cargo

This commit is contained in:
Joshua Nelson 2020-09-01 13:37:40 -04:00 committed by GitHub
parent 9f268de644
commit ba664c258d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
# means "the number of cores on this machine", and 1+ is passed through to the
# compiler.
#
# Uses the Cargo defaults: https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units
# Uses the rustc defaults: https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units
#codegen-units = if incremental { 256 } else { 16 }
# Sets the number of codegen units to build the standard library with,