From bb146edb4762b25a93bec4c22c204b6bde3372d7 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 13 Oct 2020 22:20:26 +0200 Subject: [PATCH] wasi: remove --no-threads flag as no longer in LLVM 11 linker Signed-off-by: deadprogram --- targets/wasi.json | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/wasi.json b/targets/wasi.json index 521e467d..091e3c5a 100644 --- a/targets/wasi.json +++ b/targets/wasi.json @@ -12,7 +12,6 @@ ], "ldflags": [ "--allow-undefined", - "--no-threads", "--stack-first", "--export-dynamic", "--no-demangle",