From fdc14a17eac08e34dc9572bb8c5e335e60ffc310 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Tue, 17 Sep 2019 21:09:21 +0200 Subject: [PATCH] Revert "Fix #29: Increase stack limit for mingw" This reverts commit 9085d6831bf9cabc8f1ff6edc15b9ba0b0c2f6b4. No longer required due to fix merged from upstream. --- src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.0.4