Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into Cog
  • Loading branch information
eliotmiranda committed Feb 3, 2021
2 parents 4d8cc8d + 739ad1e commit e113cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.win64x64/common/Makefile.msvc.tools
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ DLLTOOL:=$(CBD)/x86_64-w64-mingw32-dlltool

# The JIT will attempt to alloca up to 1.5Mb by default on x86-64. So set
# the default stack size to 2Mb to avoid crashes in the JIT's alloca.
ifeq ($(DEFAULT_STACK_SIZE),)
DEFAULT_STACK_SIZE:=2097152
endif
STACK_LD_FLAG=/STACK:$(DEFAULT_STACK_SIZE),$(DEFAULT_STACK_SIZE)

#EXPORT:=--export-all-symbols
Expand Down

0 comments on commit e113cc5

Please sign in to comment.