Skip to content

Commit f54bd20

Browse files
committed
Increasing stack when built with MinGW
1 parent 05ea94e commit f54bd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ ELSE()
147147
ADD_COMPILE_FLAG("-Wextra")
148148
ADD_COMPILE_FLAG("-Wno-unused-parameter")
149149
ADD_COMPILE_FLAG("-fno-omit-frame-pointer")
150+
ADD_LINK_FLAG("-Wl,--stack,8388608")
150151
IF(WIN32)
151152
ADD_COMPILE_FLAG("-D_GNU_SOURCE")
152153
ELSE()

0 commit comments

Comments
 (0)