ALLOW_MEMORY_GROWTH=1

This commit is contained in:
kichikuou
2019-01-14 11:55:19 +09:00
parent 4c228f2813
commit a03ec33836
+1 -1
View File
@@ -7,7 +7,7 @@ EMFLAGS := -s ENVIRONMENT=web $(EMPORTS)
EMFLAGS += -Oz
EMFLAGS += -s EMTERPRETIFY=1 -s EMTERPRETIFY_ASYNC=1
EMFLAGS += -s TOTAL_MEMORY=100663296
EMFLAGS += -s ALLOW_MEMORY_GROWTH=1
EMFLAGS += -s NO_EXIT_RUNTIME=1
LFLAGS := $(EMFLAGS)