rustc_target: Remove some redundant target properties
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user