diff --git a/src/compile.rs b/src/compile.rs index 5f1a91253..ded73a1ef 100644 --- a/src/compile.rs +++ b/src/compile.rs @@ -196,7 +196,6 @@ fn compile_target( cargo_rustc.args.extend(mac_args); } } else if target.is_emscripten() { - cargo_rustc.unstable_flags.push("build-std".to_string()); let flags = rust_flags.get_or_insert_with(Default::default); flags.push(" -C relocation-model=pic"); flags.push(" -Z link-native-libraries=no");