diff options
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index 5a38cdb..e31bfd3 100644 --- a/config/mh-mingw +++ b/config/mh-mingw @@ -2,3 +2,5 @@ # Vista (see PR33281 for details). BOOT_CFLAGS += -D__USE_MINGW_ACCESS CFLAGS += -D__USE_MINGW_ACCESS +# Increase stack limit to same as Linux default. +LDFLAGS = -Wl,--stack,8388608 |