Clean up
This commit is contained in:
parent
9f305d3fa5
commit
b32238ae6f
1 changed files with 1 additions and 5 deletions
|
@ -16,11 +16,7 @@ pub fn target() -> Target {
|
||||||
let mut post_link_args = LinkArgs::new();
|
let mut post_link_args = LinkArgs::new();
|
||||||
post_link_args.insert(
|
post_link_args.insert(
|
||||||
LinkerFlavor::Em,
|
LinkerFlavor::Em,
|
||||||
vec![
|
vec!["-sABORTING_MALLOC=0".into(), "-Wl,--fatal-warnings".into()],
|
||||||
"-s".into(),
|
|
||||||
"ABORTING_MALLOC=0".into(),
|
|
||||||
"-Wl,--fatal-warnings".into(),
|
|
||||||
],
|
|
||||||
);
|
);
|
||||||
|
|
||||||
let opts = TargetOptions {
|
let opts = TargetOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue