rustc_target: Rely on defaults more in target specs

This commit is contained in:
Vadim Petrochenkov
2021-04-04 00:31:28 +03:00
parent 5a7a0ac51e
commit e7e485cf51
27 changed files with 6 additions and 52 deletions

View File

@@ -75,7 +75,6 @@ pub fn options() -> TargetOptions {
exe_suffix: ".wasm".to_string(),
dll_prefix: String::new(),
dll_suffix: ".wasm".to_string(),
linker_is_gnu: false,
eh_frame_header: false,
max_atomic_width: Some(64),