From: Fabian Fichter Date: Tue, 17 Sep 2019 19:09:21 +0000 (+0200) Subject: Revert "Fix #29: Increase stack limit for mingw" X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=fdc14a17eac08e34dc9572bb8c5e335e60ffc310;p=fairystockfish.git Revert "Fix #29: Increase stack limit for mingw" This reverts commit 9085d6831bf9cabc8f1ff6edc15b9ba0b0c2f6b4. No longer required due to fix merged from upstream. --- diff --git a/src/Makefile b/src/Makefile index 1a844ff..766be62 100644 --- a/src/Makefile +++ b/src/Makefile @@ -212,7 +212,7 @@ ifeq ($(COMP),mingw) endif CXXFLAGS += -Wextra -Wshadow - LDFLAGS += -static -Wl,--stack,8388608 + LDFLAGS += -static endif ifeq ($(COMP),icc)