提交 27390fcb 编写于 作者: J Jorge Aparicio

wasm32-unknown-unknown uses the WASM LLD flavor

上级 750e72b9
......@@ -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()
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册