Skip to content

Commit

Permalink
Revert stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Nov 29, 2024
1 parent 96cb6d9 commit 94e4b06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,11 @@ EMFLAGS_ASYNCIFY_COMMON = \

EMFLAGS_ASYNCIFY_DEBUG = \
$(EMFLAGS_ASYNCIFY_COMMON) \
-s ASYNCIFY_STACK_SIZE=49152
# TODO sensible stack size increase
-s ASYNCIFY_STACK_SIZE=24576

EMFLAGS_ASYNCIFY_DIST = \
$(EMFLAGS_ASYNCIFY_COMMON) \
-s ASYNCIFY_STACK_SIZE=32768
# TODO sensible stack size increase

-s ASYNCIFY_STACK_SIZE=16384

EMFLAGS_JSPI = \
-s JSPI \
Expand Down

0 comments on commit 94e4b06

Please sign in to comment.