Revert "Fix #29: Increase stack limit for mingw"
authorFabian Fichter <ianfab@users.noreply.github.com>
Tue, 17 Sep 2019 19:09:21 +0000 (21:09 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Tue, 17 Sep 2019 19:09:21 +0000 (21:09 +0200)
This reverts commit 9085d6831bf9cabc8f1ff6edc15b9ba0b0c2f6b4.

No longer required due to fix merged from upstream.

src/Makefile

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