Skip to content

Commit fb706ba

Browse files
committed
test
1 parent 8877f02 commit fb706ba

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
@@ -567,7 +567,7 @@ impl Config {
567567
set(&mut config.lld_enabled, rust.lld);
568568
set(&mut config.lldb_enabled, rust.lldb);
569569
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
570-
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
570+
config.rustc_parallel = rust.parallel_compiler.unwrap_or(true);
571571
config.rustc_default_linker = rust.default_linker.clone();
572572
config.musl_root = rust.musl_root.clone().map(PathBuf::from);
573573
config.save_toolstates = rust.save_toolstates.clone().map(PathBuf::from);

0 commit comments

Comments
 (0)