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.
Этот коммит содержится в:
Elliott Sales de Andrade 2020-08-23 02:53:13 -04:00 коммит произвёл Ayke van Laethem
родитель 1dc85ded47
коммит 32c7f3baf9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E97FF5335DFDFDED

Просмотреть файл

@ -12,7 +12,6 @@
],
"ldflags": [
"--allow-undefined",
"--no-threads",
"--stack-first",
"--export-all",
"--no-demangle",