Skip to content

Commit

Permalink
increase stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 13, 2016
1 parent a365b91 commit 8b3e1a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Make_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,11 @@ MZSCHEME_LIB = $(MZSCHEME)\lib\msvc\libmzgc$(MZSCHEME_VER).lib \
!endif
MZSCHEME_OBJ = $(OUTDIR)\if_mzsch.obj
# increase stack size
!if "$(CPU)" == "i386"
MZSCHEME_LIB = $(MZSCHEME_LIB) /STACK:8388608
!else
MZSCHEME_LIB = $(MZSCHEME_LIB) /STACK:16777216
!endif
!endif

# Perl interface
Expand Down

0 comments on commit 8b3e1a2

Please sign in to comment.