parent
007080b607
commit
1b15ec656b
@ -43,7 +43,9 @@ pub fn opts() -> TargetOptions {
|
|||||||
exe_suffix: ".efi".to_string(),
|
exe_suffix: ".efi".to_string(),
|
||||||
allows_weak_linkage: false,
|
allows_weak_linkage: false,
|
||||||
panic_strategy: PanicStrategy::Abort,
|
panic_strategy: PanicStrategy::Abort,
|
||||||
stack_probes: StackProbeType::InlineOrCall { min_llvm_version_for_inline: (11, 0, 1) },
|
// LLVM does not emit inline assembly because the LLVM target does not get considered as…
|
||||||
|
// "Windows".
|
||||||
|
stack_probes: StackProbeType::Call,
|
||||||
singlethread: true,
|
singlethread: true,
|
||||||
linker: Some("rust-lld".to_string()),
|
linker: Some("rust-lld".to_string()),
|
||||||
..base
|
..base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user