We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19f5a1 commit c350153Copy full SHA for c350153
src/bootstrap/config.rs
@@ -566,7 +566,7 @@ impl Config {
566
set(&mut config.lld_enabled, rust.lld);
567
set(&mut config.lldb_enabled, rust.lldb);
568
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
569
- config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
+ config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
570
config.rustc_default_linker = rust.default_linker.clone();
571
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
572
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);
0 commit comments