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 9d0d071 commit 804b3cdCopy full SHA for 804b3cd
src/bootstrap/config.rs
@@ -536,7 +536,7 @@ impl Config {
536
}
537
set(&mut config.wasm_syscall, rust.wasm_syscall);
538
set(&mut config.lld_enabled, rust.lld);
539
- config.rustc_parallel_queries = rust.experimental_parallel_queries.unwrap_or(false);
+ config.rustc_parallel_queries = rust.experimental_parallel_queries.unwrap_or(true);
540
config.rustc_default_linker = rust.default_linker.clone();
541
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
542
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);
0 commit comments