diff --git a/src/catch.hpp b/src/catch.hpp
index 7c351e9..a5ed5e3 100644
--- a/src/catch.hpp
+++ b/src/catch.hpp
@@ -6478,6 +6478,7 @@ namespace Catch {
# else // CATCH_CONFIG_POSIX_SIGNALS is defined
#include <signal.h>
+#define SIGSTKSZ 8192
namespace Catch {
, which I think is not a good enough method.