We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e72b commit 27390fcCopy full SHA for 27390fc
src/librustc_target/spec/wasm32_unknown_unknown.rs
@@ -53,6 +53,7 @@ pub fn target() -> Result<Target, String> {
53
54
// we use the LLD shipped with the Rust toolchain by default
55
linker: Some("rust-lld".to_owned()),
56
+ lld_flavor: LldFlavor::Wasm,
57
58
.. Default::default()
59
};
0 commit comments