summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 4b4085328059..3f1a5fdb768d 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -301,7 +301,7 @@ debug = false
# Number of codegen units to use for each compiler invocation. A value of 0
# means "the number of cores on this machine", and 1+ is passed through to the
# compiler.
-codegen-units = 1
+codegen-units = 0
# Sets the number of codegen units to build the standard library with,
# regardless of what the codegen-unit setting for the rest of the compiler is.