Skip to content

Commit c350153

Browse files
committed
test
1 parent b19f5a1 commit c350153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ impl Config {
566566
set(&mut config.lld_enabled, rust.lld);
567567
set(&mut config.lldb_enabled, rust.lldb);
568568
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
569-
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
569+
config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
570570
config.rustc_default_linker = rust.default_linker.clone();
571571
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
572572
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);

0 commit comments

Comments
 (0)