Skip to content

Commit

Permalink
Auto merge of #115235 - SparrowLii:parallel_cache_test, r=<try>
Browse files Browse the repository at this point in the history
test for query cache perf

test for query cache perf
r? `@ghost`
  • Loading branch information
bors committed Sep 14, 2023
2 parents 2394959 + a9a4dd0 commit 5a3d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ impl Config {
set(&mut config.use_lld, rust.use_lld);
set(&mut config.lld_enabled, rust.lld);
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
config.rustc_default_linker = rust.default_linker;
config.musl_root = rust.musl_root.map(PathBuf::from);
config.save_toolstates = rust.save_toolstates.map(PathBuf::from);
Expand Down

0 comments on commit 5a3d3b9

Please sign in to comment.