Skip to content

Commit 0d0c35b

Browse files
committed
Revert stack size flag
1 parent bb0293b commit 0d0c35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EMFLAGS_COMMON = \
5353
-s WASM=1 \
5454
-s INVOKE_RUN \
5555
-s ENVIRONMENT="web,worker" \
56-
-s TOTAL_STACK=512KB \
56+
-s STACK_SIZE=512KB \
5757
$(EMFLAGS_EXTRA)
5858

5959
EMFLAGS_DEBUG = \

0 commit comments

Comments
 (0)