mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Revert to previous stack reservation on Windows to accommodate F/H
This commit is contained in:
parent
5e3b931086
commit
e99f22a5d2
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user