Skip to content

Commit 0b00dbe

Browse files
committed
Enable stack probes for UEFI images
1 parent a23d5ed commit 0b00dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/uefi_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub fn opts() -> TargetOptions {
6262
exe_suffix: ".efi".to_string(),
6363
allows_weak_linkage: false,
6464
panic_strategy: PanicStrategy::Abort,
65+
stack_probes: true,
6566
singlethread: true,
6667
emit_debug_gdb_scripts: false,
6768

0 commit comments

Comments
 (0)