mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 00:53:48 +00:00
Enable stack probes for UEFI images
This commit is contained in:
parent
a23d5ed751
commit
0b00dbedce
@ -62,6 +62,7 @@ pub fn opts() -> TargetOptions {
|
||||
exe_suffix: ".efi".to_string(),
|
||||
allows_weak_linkage: false,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
stack_probes: true,
|
||||
singlethread: true,
|
||||
emit_debug_gdb_scripts: false,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user