Skip to content

Commit 94e4b06

Browse files
committed
Revert stack size
1 parent 96cb6d9 commit 94e4b06

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,11 @@ EMFLAGS_ASYNCIFY_COMMON = \
134134

135135
EMFLAGS_ASYNCIFY_DEBUG = \
136136
$(EMFLAGS_ASYNCIFY_COMMON) \
137-
-s ASYNCIFY_STACK_SIZE=49152
138-
# TODO sensible stack size increase
137+
-s ASYNCIFY_STACK_SIZE=24576
139138

140139
EMFLAGS_ASYNCIFY_DIST = \
141140
$(EMFLAGS_ASYNCIFY_COMMON) \
142-
-s ASYNCIFY_STACK_SIZE=32768
143-
# TODO sensible stack size increase
144-
141+
-s ASYNCIFY_STACK_SIZE=16384
145142

146143
EMFLAGS_JSPI = \
147144
-s JSPI \

0 commit comments

Comments
 (0)