Skip to content

Commit 55ce5c0

Browse files
committed
disable redzone
1 parent 1475944 commit 55ce5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/hermit_kernel_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub fn opts() -> TargetOptions {
1010
]);
1111

1212
TargetOptions {
13+
disable_redzone: true,
1314
linker: Some("rust-lld".to_owned()),
1415
executables: true,
1516
has_elf_tls: true,

0 commit comments

Comments
 (0)