mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Disable use of --eh-frame-hdr
on wasm32.
This commit is contained in:
parent
0d0f6b1130
commit
2bc4c03eb8
@ -83,6 +83,7 @@ pub fn options() -> TargetOptions {
|
||||
dll_prefix: String::new(),
|
||||
dll_suffix: ".wasm".to_string(),
|
||||
linker_is_gnu: false,
|
||||
eh_frame_header: false,
|
||||
|
||||
max_atomic_width: Some(64),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user