Skip to content

Commit 2bc4c03

Browse files
committed
Disable use of --eh-frame-hdr on wasm32.
1 parent 0d0f6b1 commit 2bc4c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/wasm32_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub fn options() -> TargetOptions {
8383
dll_prefix: String::new(),
8484
dll_suffix: ".wasm".to_string(),
8585
linker_is_gnu: false,
86+
eh_frame_header: false,
8687

8788
max_atomic_width: Some(64),
8889

0 commit comments

Comments
 (0)