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 9d3ef7e commit 00fa49fCopy full SHA for 00fa49f
src/bootstrap/config.rs
@@ -1126,7 +1126,7 @@ impl Config {
1126
set(&mut config.use_lld, rust.use_lld);
1127
set(&mut config.lld_enabled, rust.lld);
1128
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
1129
- config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
+ config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
1130
config.rustc_default_linker = rust.default_linker;
1131
config.musl_root = rust.musl_root.map(PathBuf::from);
1132
config.save_toolstates = rust.save_toolstates.map(PathBuf::from);
0 commit comments