mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Increase stack size for jt9
A recent change has blown the Windows default stack size.
This commit is contained in:
parent
507739b668
commit
d5269c9002
@ -1249,9 +1249,9 @@ if (${OPENMP_FOUND} OR APPLE)
|
||||
)
|
||||
endif (APPLE)
|
||||
if (WIN32)
|
||||
# set_target_properties (jt9 PROPERTIES
|
||||
# LINK_FLAGS -Wl,--stack,16777216
|
||||
# )
|
||||
set_target_properties (jt9 PROPERTIES
|
||||
LINK_FLAGS -Wl,--stack,16777216
|
||||
)
|
||||
endif ()
|
||||
target_link_libraries (jt9 wsjt_fort_omp wsjt_cxx Qt5::Core)
|
||||
else (${OPENMP_FOUND} OR APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user