Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments
This commit is contained in:
parent
db14d81098
commit
9f305d3fa5
1 changed files with 0 additions and 2 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue