diff --git a/src/link.cpp b/src/link.cpp index ad4bd7765..b85ac29e7 100644 --- a/src/link.cpp +++ b/src/link.cpp @@ -1092,10 +1092,6 @@ static void construct_linker_job_wasm(LinkJob *lj) { lj->args.append("-error-limit=0"); - // This works around a deadlock in LLD's wasm code. - // See https://github.com/ziglang/zig/issues/2283. - lj->args.append("--no-threads"); - if (g->zig_target->os != OsWASI) { lj->args.append("--no-entry"); // So lld doesn't look for _start. }