Revert to previous stack reservation on Windows to accommodate F/H

This commit is contained in:
Bill Somerville
2020-10-21 13:08:03 +01:00
parent 5e3b931086
commit e99f22a5d2
+1 -1
View File
@@ -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 ()