Skip to content

Commit ba664c2

Browse files
authoredSep 1, 2020
Codegen defaults come from rustc, not cargo
1 parent 9f268de commit ba664c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
# means "the number of cores on this machine", and 1+ is passed through to the
311311
# compiler.
312312
#
313-
# Uses the Cargo defaults: https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units
313+
# Uses the rustc defaults: https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units
314314
#codegen-units = if incremental { 256 } else { 16 }
315315

316316
# Sets the number of codegen units to build the standard library with,

0 commit comments

Comments
 (0)
Please sign in to comment.