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 219c3e6 commit fb6218dCopy full SHA for fb6218d
src/bootstrap/config.rs
@@ -1133,7 +1133,7 @@ impl Config {
1133
set(&mut config.use_lld, rust.use_lld);
1134
set(&mut config.lld_enabled, rust.lld);
1135
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
1136
- config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
+ config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
1137
config.rustc_default_linker = rust.default_linker;
1138
config.musl_root = rust.musl_root.map(PathBuf::from);
1139
config.save_toolstates = rust.save_toolstates.map(PathBuf::from);
0 commit comments