Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments
This commit is contained in:
@@ -17,8 +17,6 @@ pub fn target() -> Target {
|
|||||||
post_link_args.insert(
|
post_link_args.insert(
|
||||||
LinkerFlavor::Em,
|
LinkerFlavor::Em,
|
||||||
vec![
|
vec![
|
||||||
"-s".into(),
|
|
||||||
"ERROR_ON_UNDEFINED_SYMBOLS=1".into(),
|
|
||||||
"-s".into(),
|
"-s".into(),
|
||||||
"ABORTING_MALLOC=0".into(),
|
"ABORTING_MALLOC=0".into(),
|
||||||
"-Wl,--fatal-warnings".into(),
|
"-Wl,--fatal-warnings".into(),
|
||||||
|
|||||||
Reference in New Issue
Block a user