Skip to content

Commit

Permalink
Enable stack probes for UEFI images
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c committed Dec 17, 2018
1 parent a23d5ed commit 0b00dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_target/spec/uefi_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 0b00dbe

Please sign in to comment.