projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3ff4a4c
)
Revert "Fix #29: Increase stack limit for mingw"
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 17 Sep 2019 19:09:21 +0000 (21:09 +0200)
committer
Fabian 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
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
1a844ff
..
766be62
100644
(file)
--- 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)