Skip to content

Commit fb6218d

Browse files
committed
bootstrap for non-parallel compiler to compare the perf
1 parent 219c3e6 commit fb6218d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ impl Config {
11331133
set(&mut config.use_lld, rust.use_lld);
11341134
set(&mut config.lld_enabled, rust.lld);
11351135
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
1136-
config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
1136+
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
11371137
config.rustc_default_linker = rust.default_linker;
11381138
config.musl_root = rust.musl_root.map(PathBuf::from);
11391139
config.save_toolstates = rust.save_toolstates.map(PathBuf::from);

0 commit comments

Comments
 (0)