rustc_target: Remove some redundant target properties

This commit is contained in:
Vadim Petrochenkov
2022-06-18 01:01:19 +03:00
parent 0cb9899e78
commit 37fd2941a1
9 changed files with 11 additions and 20 deletions

View File

@@ -26,7 +26,6 @@ pub fn target() -> Target {
// functionality, and a .wasm file.
exe_suffix: ".js".into(),
linker: None,
is_like_emscripten: true,
panic_strategy: PanicStrategy::Unwind,
post_link_args,
families: cvs!["unix", "wasm"],