Skip to content

Commit

Permalink
disable redzone
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Nov 24, 2019
1 parent 1475944 commit 55ce5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_target/spec/hermit_kernel_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn opts() -> TargetOptions {
]);

TargetOptions {
disable_redzone: true,
linker: Some("rust-lld".to_owned()),
executables: true,
has_elf_tls: true,
Expand Down

0 comments on commit 55ce5c0

Please sign in to comment.