From e99f22a5d2573eaae46fcb50ddd159eed21a2726 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 21 Oct 2020 13:08:03 +0100 Subject: [PATCH] Revert to previous stack reservation on Windows to accommodate F/H --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 396473e84..331194711 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1437,7 +1437,7 @@ else () ) if (WIN32) set_target_properties (wsjtx PROPERTIES - LINK_FLAGS -Wl,--stack,0x400000,--heap,0x20000000 + LINK_FLAGS -Wl,--stack,0x1000000,--heap,0x20000000 ) endif () endif ()