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 2002b4b commit dd3c5a4Copy full SHA for dd3c5a4
src/bootstrap/config.rs
@@ -559,7 +559,7 @@ impl Config {
559
set(&mut config.lld_enabled, rust.lld);
560
set(&mut config.lldb_enabled, rust.lldb);
561
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
562
- config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
+ config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
563
config.rustc_default_linker = rust.default_linker.clone();
564
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
565
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);
0 commit comments