Skip to content

Commit b32238a

Browse files
committed
Clean up
1 parent 9f305d3 commit b32238a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ pub fn target() -> Target {
1616
let mut post_link_args = LinkArgs::new();
1717
post_link_args.insert(
1818
LinkerFlavor::Em,
19-
vec![
20-
"-s".into(),
21-
"ABORTING_MALLOC=0".into(),
22-
"-Wl,--fatal-warnings".into(),
23-
],
19+
vec!["-sABORTING_MALLOC=0".into(), "-Wl,--fatal-warnings".into()],
2420
);
2521

2622
let opts = TargetOptions {

0 commit comments

Comments
 (0)