Skip to content

Commit 9f305d3

Browse files
committed
Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments
1 parent db14d81 commit 9f305d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ pub fn target() -> Target {
1717
post_link_args.insert(
1818
LinkerFlavor::Em,
1919
vec![
20-
"-s".into(),
21-
"ERROR_ON_UNDEFINED_SYMBOLS=1".into(),
2220
"-s".into(),
2321
"ABORTING_MALLOC=0".into(),
2422
"-Wl,--fatal-warnings".into(),

0 commit comments

Comments
 (0)