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.
1 parent 7bb27f8 commit 1e1bf2bCopy full SHA for 1e1bf2b
src/bootstrap/src/utils/helpers.rs
@@ -428,7 +428,7 @@ pub fn linker_flags(
428
) -> Vec<String> {
429
let mut args = vec![];
430
if !builder.is_lld_direct_linker(target) && builder.config.lld_mode.is_used() {
431
- args.push(String::from("-Clink-arg=-fuse-ld=lld"));
+ args.push(String::from("-Zlinker-features=+lld"));
432
433
if matches!(lld_threads, LldThreads::No) {
434
args.push(format!(
0 commit comments