Skip to content

Commit 00fa49f

Browse files
committed
bootstrap for non-parallel compiler to compare the perf
1 parent 9d3ef7e commit 00fa49f

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
@@ -1126,7 +1126,7 @@ impl Config {
11261126
set(&mut config.use_lld, rust.use_lld);
11271127
set(&mut config.lld_enabled, rust.lld);
11281128
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
1129-
config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
1129+
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
11301130
config.rustc_default_linker = rust.default_linker;
11311131
config.musl_root = rust.musl_root.map(PathBuf::from);
11321132
config.save_toolstates = rust.save_toolstates.map(PathBuf::from);

0 commit comments

Comments
 (0)