about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-09-01 13:37:40 -0400
committerGitHub <noreply@github.com>2020-09-01 13:37:40 -0400
commitba664c258dd2f5516e987091a31acaa537312cf6 (patch)
tree20390234f826d40018bcabbb5c20ddadefaaa3d9
parent9f268de644df40c0ea9b323c475772d0ec2dc5b4 (diff)
downloadrust-ba664c258dd2f5516e987091a31acaa537312cf6.tar.gz
rust-ba664c258dd2f5516e987091a31acaa537312cf6.zip
Codegen defaults come from rustc, not cargo
-rw-r--r--config.toml.example2
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,