From a303e09b6535ee560969b0310de50878cb66b454 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 25 Sep 2024 21:35:40 -0700 Subject: [PATCH] Update Threading.cpp --- Source/WTF/wtf/Threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/wtf/Threading.cpp b/Source/WTF/wtf/Threading.cpp index a6dda898b9e4a..c968f933ed806 100644 --- a/Source/WTF/wtf/Threading.cpp +++ b/Source/WTF/wtf/Threading.cpp @@ -124,7 +124,7 @@ static std::optional stackSize(ThreadType threadType) #else return 4 * MB; #endif -#elif USE(BUN_JSC_ADDITIONS) +#elif USE(BUN_JSC_ADDITIONS) && !ASSERT_ENABLED return 512 * KB; #else UNUSED_PARAM(threadType);