mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 19:44:00 +00:00
wasm32: Add --no-demangle option
LLD supports only C++ demangle, so disable it.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
"--no-threads",
|
"--no-threads",
|
||||||
"--stack-first",
|
"--stack-first",
|
||||||
"--export-all",
|
"--export-all",
|
||||||
|
"--no-demangle",
|
||||||
"{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a"
|
"{root}/lib/wasi-libc/sysroot/lib/wasm32-wasi/libc.a"
|
||||||
],
|
],
|
||||||
"emulator": ["node", "targets/wasm_exec.js"]
|
"emulator": ["node", "targets/wasm_exec.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user