diff options
| author | Hood Chatham <roberthoodchatham@gmail.com> | 2022-06-09 13:37:38 -0700 |
|---|---|---|
| committer | Hood Chatham <roberthoodchatham@gmail.com> | 2022-06-09 13:37:38 -0700 |
| commit | 9f305d3fa5a99661172de54dbf3300634e0e5dfc (patch) | |
| tree | 2ade79465ee0f049c2fcd16616d95beeb808aa71 | |
| parent | db14d81098a9eb4d46880fa905f71a204b994942 (diff) | |
| download | rust-9f305d3fa5a99661172de54dbf3300634e0e5dfc.tar.gz rust-9f305d3fa5a99661172de54dbf3300634e0e5dfc.zip | |
Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments
| -rw-r--r-- | compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs b/compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs index f02db4b0f35..57a8dc14607 100644 --- a/compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs +++ b/compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs @@ -18,8 +18,6 @@ pub fn target() -> Target { LinkerFlavor::Em, vec![ "-s".into(), - "ERROR_ON_UNDEFINED_SYMBOLS=1".into(), - "-s".into(), "ABORTING_MALLOC=0".into(), "-Wl,--fatal-warnings".into(), ], |
