Skip to content

Commit

Permalink
Tune the build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Jan 9, 2025
1 parent bdc7158 commit 4355393
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/dist/Makefile.emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ LDFLAGS := $(LDFLAGS) \
--preload-file ../../../files/data/resurrection.h2d@/files/data/resurrection.h2d \
--preload-file ../../../files/lang/@/files/lang/ \
--preload-file ../../../files/timidity/@/etc/ \
-sALLOW_MEMORY_GROWTH \
-sASYNCIFY \
-sASYNCIFY_STACK_SIZE=20480 \
-sASYNCIFY_STACK_SIZE=32kb \
-sENVIRONMENT=web,worker \
-sINITIAL_MEMORY=128mb \
-sINITIAL_HEAP=128mb \
-sNO_DISABLE_EXCEPTION_CATCHING \
-sPTHREAD_POOL_SIZE=8 \
-sSDL2_MIXER_FORMATS=$(SDL2_MIXER_FORMATS) \
-sSTACK_SIZE=262144 \
-sSTACK_SIZE=256kb \
-lidbfs.js

ifdef FHEROES2_WITH_DEBUG
Expand Down

0 comments on commit 4355393

Please sign in to comment.