mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
wasm32-unknown-unknown uses the WASM LLD flavor
This commit is contained in:
parent
750e72b9e0
commit
27390fcbcb
@ -53,6 +53,7 @@ pub fn target() -> Result<Target, String> {
|
||||
|
||||
// we use the LLD shipped with the Rust toolchain by default
|
||||
linker: Some("rust-lld".to_owned()),
|
||||
lld_flavor: LldFlavor::Wasm,
|
||||
|
||||
.. Default::default()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user