Skip to content

Commit 41c1382

Browse files
committed
Mention why you'd want codegen-units = 0 (other than running out of RAM)
1 parent d983873 commit 41c1382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.toml.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@
306306
#
307307
#debug = false
308308

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+
#
309312
# Number of codegen units to use for each compiler invocation. A value of 0
310313
# means "the number of cores on this machine", and 1+ is passed through to the
311314
# compiler.

0 commit comments

Comments
 (0)