projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
900e95d
)
Fix #29: Increase stack limit for mingw
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 24 Aug 2019 10:57:44 +0000 (12:57 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 26 Aug 2019 16:12:14 +0000 (18:12 +0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
9516332
..
4411293
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-212,7
+212,7
@@
ifeq ($(COMP),mingw)
endif
CXXFLAGS += -Wextra -Wshadow
- LDFLAGS += -static
+ LDFLAGS += -static -Wl,--stack,8388608
endif
ifeq ($(COMP),icc)