We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f268de commit ba664c2Copy full SHA for ba664c2
config.toml.example
@@ -310,7 +310,7 @@
310
# means "the number of cores on this machine", and 1+ is passed through to the
311
# compiler.
312
#
313
-# 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
314
#codegen-units = if incremental { 256 } else { 16 }
315
316
# Sets the number of codegen units to build the standard library with,
0 commit comments