Default to integrated rust-lld linker for UEFI targets

This commit is contained in:
Philipp Oppermann 2019-03-06 19:46:33 +01:00 committed by GitHub
parent f22dca0a1b
commit 876258b0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ pub fn opts() -> TargetOptions {
singlethread: true,
emit_debug_gdb_scripts: false,
linker: Some("lld-link".to_string()),
linker: Some("rust-lld".to_string()),
lld_flavor: LldFlavor::Link,
pre_link_args,