Skip to content

Commit

Permalink
include the new stack size on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 20, 2024
1 parent 52189d4 commit 876614b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ EMFLAGS = \
-s EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
-s SINGLE_FILE=0 \
-s NODEJS_CATCH_EXIT=0 \
-s NODEJS_CATCH_REJECTION=0
-s NODEJS_CATCH_REJECTION=0 \
-s STACK_SIZE=5MB

EMFLAGS_ASM = \
-s WASM=0
Expand All @@ -48,8 +49,7 @@ EMFLAGS_ASM_MEMORY_GROWTH = \

EMFLAGS_WASM = \
-s WASM=1 \
-s ALLOW_MEMORY_GROWTH=1 \
-s STACK_SIZE=5MB
-s ALLOW_MEMORY_GROWTH=1

EMFLAGS_OPTIMIZED= \
-Oz \
Expand Down

0 comments on commit 876614b

Please sign in to comment.