Enable stack probes for UEFI images

This commit is contained in:
Wonwoo Choi 2018-12-17 21:42:10 +09:00
parent a23d5ed751
commit 0b00dbedce

View file

@ -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,