We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codegen-units
1 parent 3b4a346 commit d983873Copy full SHA for d983873
config.toml.example
@@ -309,6 +309,9 @@
309
# Number of codegen units to use for each compiler invocation. A value of 0
310
# means "the number of cores on this machine", and 1+ is passed through to the
311
# compiler.
312
+#
313
+# Defaults: the Cargo defaults, 256 with incremental and 16 without
314
+# https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units
315
#codegen-units = 1
316
317
# Sets the number of codegen units to build the standard library with,
0 commit comments