mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -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)
|
endif (APPLE)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# set_target_properties (jt9 PROPERTIES
|
set_target_properties (jt9 PROPERTIES
|
||||||
# LINK_FLAGS -Wl,--stack,16777216
|
LINK_FLAGS -Wl,--stack,16777216
|
||||||
# )
|
)
|
||||||
endif ()
|
endif ()
|
||||||
target_link_libraries (jt9 wsjt_fort_omp wsjt_cxx Qt5::Core)
|
target_link_libraries (jt9 wsjt_fort_omp wsjt_cxx Qt5::Core)
|
||||||
else (${OPENMP_FOUND} OR APPLE)
|
else (${OPENMP_FOUND} OR APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user