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 a50d22b commit 439d084Copy full SHA for 439d084
src/bootstrap/config.rs
@@ -531,7 +531,7 @@ impl Config {
531
set(&mut config.test_miri, rust.test_miri);
532
set(&mut config.wasm_syscall, rust.wasm_syscall);
533
set(&mut config.lld_enabled, rust.lld);
534
- config.rustc_parallel_queries = rust.experimental_parallel_queries.unwrap_or(false);
+ config.rustc_parallel_queries = rust.experimental_parallel_queries.unwrap_or(true);
535
config.rustc_default_linker = rust.default_linker.clone();
536
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
537
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);
0 commit comments