Skip to content

Commit

Permalink
Codegen defaults come from rustc, not cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored Sep 1, 2020
1 parent 9f268de commit ba664c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba664c2

Please sign in to comment.