mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
wasi: remove --no-threads flag as no longer in LLVM 11 linker
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
],
|
],
|
||||||
"ldflags": [
|
"ldflags": [
|
||||||
"--allow-undefined",
|
"--allow-undefined",
|
||||||
"--no-threads",
|
|
||||||
"--stack-first",
|
"--stack-first",
|
||||||
"--export-dynamic",
|
"--export-dynamic",
|
||||||
"--no-demangle",
|
"--no-demangle",
|
||||||
|
|||||||
Reference in New Issue
Block a user