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.
1 parent d983873 commit 41c1382Copy full SHA for 41c1382
config.toml.example
@@ -306,6 +306,9 @@
306
#
307
#debug = false
308
309
+# This will make your build more parallel; it costs a bit of runtime
310
+# performance perhaps (less inlining) but it's worth it.
311
+#
312
# Number of codegen units to use for each compiler invocation. A value of 0
313
# means "the number of cores on this machine", and 1+ is passed through to the
314
# compiler.
0 commit comments