From cdbd2a92975d7b75aec818ce851edd7267322f3e Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 22 Sep 2025 19:59:02 -0700 Subject: [PATCH] Disable spawn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58759751f..5e29281bf 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ LINK_CURSES := 0 LINK_TERMCAP := 0 LINK_ABC := 0 # Needed for environments that can't run executables (i.e. emscripten, wasm) -DISABLE_SPAWN := 0 +DISABLE_SPAWN := 1 # Needed for environments that don't have proper thread support (i.e. emscripten, wasm--for now) ENABLE_THREADS := 1 ifeq ($(ENABLE_THREADS),1)