We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--eh-frame-hdr
1 parent 0d0f6b1 commit 2bc4c03Copy full SHA for 2bc4c03
compiler/rustc_target/src/spec/wasm32_base.rs
@@ -83,6 +83,7 @@ pub fn options() -> TargetOptions {
83
dll_prefix: String::new(),
84
dll_suffix: ".wasm".to_string(),
85
linker_is_gnu: false,
86
+ eh_frame_header: false,
87
88
max_atomic_width: Some(64),
89
0 commit comments