mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
Remove --no-threads from wasm-ld calls.
The bugs linked from the original addition of this flag are fixed: https://bugs.llvm.org/show_bug.cgi?id=41508 or 'possibly fixed': https://bugs.llvm.org/show_bug.cgi?id=37064#c8 since LLVM 8.0.1. TinyGo only support LLVM 9+, and as noted in the original PR (#377), this can be removed when switching to 9. Additionally, this flag was dropped from LLVM 11.
This commit is contained in:
committed by
Ayke van Laethem
parent
1dc85ded47
commit
32c7f3baf9
@@ -12,7 +12,6 @@
|
||||
],
|
||||
"ldflags": [
|
||||
"--allow-undefined",
|
||||
"--no-threads",
|
||||
"--stack-first",
|
||||
"--export-all",
|
||||
"--no-demangle",
|
||||
|
||||
Reference in New Issue
Block a user