Remove linker_is_gnu: true cases as that is now the default.

This commit is contained in:
Luqman Aden
2021-05-20 23:36:04 -07:00
parent 0188664425
commit 3221a5e65b
20 changed files with 0 additions and 20 deletions

View File

@@ -34,7 +34,6 @@ pub fn target() -> Target {
// functionality, and a .wasm file.
exe_suffix: ".js".to_string(),
linker: None,
linker_is_gnu: true,
is_like_emscripten: true,
panic_strategy: PanicStrategy::Unwind,
post_link_args,