Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments

This commit is contained in:
Hood Chatham 2022-06-09 13:37:38 -07:00
parent db14d81098
commit 9f305d3fa5
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ pub fn target() -> Target {
post_link_args.insert(
LinkerFlavor::Em,
vec![
"-s".into(),
"ERROR_ON_UNDEFINED_SYMBOLS=1".into(),
"-s".into(),
"ABORTING_MALLOC=0".into(),
"-Wl,--fatal-warnings".into(),