We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23d5ed commit 0b00dbeCopy full SHA for 0b00dbe
src/librustc_target/spec/uefi_base.rs
@@ -62,6 +62,7 @@ pub fn opts() -> TargetOptions {
62
exe_suffix: ".efi".to_string(),
63
allows_weak_linkage: false,
64
panic_strategy: PanicStrategy::Abort,
65
+ stack_probes: true,
66
singlethread: true,
67
emit_debug_gdb_scripts: false,
68
0 commit comments