Fix #29: Increase stack limit for mingw
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 24 Aug 2019 10:57:44 +0000 (12:57 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Mon, 26 Aug 2019 16:12:14 +0000 (18:12 +0200)
src/Makefile

index 9516332..4411293 100644 (file)
@@ -212,7 +212,7 @@ ifeq ($(COMP),mingw)
        endif
 
        CXXFLAGS += -Wextra -Wshadow
-       LDFLAGS += -static
+       LDFLAGS += -static -Wl,--stack,8388608
 endif
 
 ifeq ($(COMP),icc)