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
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

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 ()