diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-09-01 13:37:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-01 13:37:40 -0400 |
| commit | ba664c258dd2f5516e987091a31acaa537312cf6 (patch) | |
| tree | 20390234f826d40018bcabbb5c20ddadefaaa3d9 | |
| parent | 9f268de644df40c0ea9b323c475772d0ec2dc5b4 (diff) | |
| download | rust-ba664c258dd2f5516e987091a31acaa537312cf6.tar.gz rust-ba664c258dd2f5516e987091a31acaa537312cf6.zip | |
Codegen defaults come from rustc, not cargo
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 0956dd82ad9..be23efae529 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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, |
