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();
|
||||
post_link_args.insert(
|
||||
LinkerFlavor::Em,
|
||||
vec![
|
||||
"-s".into(),
|
||||
"ABORTING_MALLOC=0".into(),
|
||||
"-Wl,--fatal-warnings".into(),
|
||||
],
|
||||
vec!["-sABORTING_MALLOC=0".into(), "-Wl,--fatal-warnings".into()],
|
||||
);
|
||||
|
||||
let opts = TargetOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue