summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 265ff0b..1726613 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -214,7 +214,7 @@ $(OUT)%$O: %.c
@echo Creating .DEF file: $@
@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
- @echo STACKSIZE 1048576 >>$@
+ @echo STACKSIZE 1572864 >>$@
# Output file names
PYTHON_VER= 2.3