We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lld
1 parent 567009f commit a9e047fCopy full SHA for a9e047f
src/bootstrap/config.rs
@@ -1427,7 +1427,7 @@ impl Config {
1427
config.incremental = true;
1428
}
1429
set(&mut config.use_lld, rust.use_lld);
1430
- set(&mut config.lld_enabled, rust.lld);
+ config.lld_enabled = rust.lld.unwrap_or(true);
1431
set(&mut config.llvm_tools_enabled, rust.llvm_tools);
1432
config.rustc_parallel = rust.parallel_compiler.unwrap_or(false);
1433
config.rustc_default_linker = rust.default_linker;
0 commit comments