File tree Expand file tree Collapse file tree 7 files changed +27
-6
lines changed
Expand file tree Collapse file tree 7 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ ifdef EMSCRIPTEN
6464 -sMODULARIZE=1 \
6565 -sEXPORT_ES6=0 \
6666 -sALLOW_MEMORY_GROWTH=1 \
67+ -sINITIAL_MEMORY=134217728 \
68+ -sMAXIMUM_MEMORY=1073741824 \
69+ -sSTACK_SIZE =33554432 \
6770 -lpg_query \
6871 -o $@ \
6972 $(SRC_FILES )
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ ifdef EMSCRIPTEN
6969 -sMODULARIZE=1 \
7070 -sEXPORT_ES6=0 \
7171 -sALLOW_MEMORY_GROWTH=1 \
72+ -sINITIAL_MEMORY=134217728 \
73+ -sMAXIMUM_MEMORY=1073741824 \
74+ -sSTACK_SIZE=33554432 \
7275 -lpg_query \
7376 -o $@ \
7477 $(SRC_FILES)
9194clean-cache:
9295 -@ rm -rf $(LIBPG_QUERY_DIR)
9396
94- .PHONY: build build-cache rebuild rebuild-cache clean clean-cache
97+ .PHONY: build build-cache rebuild rebuild-cache clean clean-cache
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ ifdef EMSCRIPTEN
7272 -sMODULARIZE=1 \
7373 -sEXPORT_ES6=0 \
7474 -sALLOW_MEMORY_GROWTH=1 \
75+ -sINITIAL_MEMORY=134217728 \
76+ -sMAXIMUM_MEMORY=1073741824 \
77+ -sSTACK_SIZE =33554432 \
7578 -lpg_query \
7679 -o $@ \
7780 $(SRC_FILES )
9497clean-cache :
9598 -@ rm -rf $(LIBPG_QUERY_DIR )
9699
97- .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
100+ .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ ifdef EMSCRIPTEN
6969 -sMODULARIZE=1 \
7070 -sEXPORT_ES6=0 \
7171 -sALLOW_MEMORY_GROWTH=1 \
72+ -sINITIAL_MEMORY=134217728 \
73+ -sMAXIMUM_MEMORY=1073741824 \
74+ -sSTACK_SIZE =33554432 \
7275 -lpg_query \
7376 -o $@ \
7477 $(SRC_FILES )
9194clean-cache :
9295 -@ rm -rf $(LIBPG_QUERY_DIR )
9396
94- .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
97+ .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ ifdef EMSCRIPTEN
7171 -sMODULARIZE=1 \
7272 -sEXPORT_ES6=0 \
7373 -sALLOW_MEMORY_GROWTH=1 \
74+ -sINITIAL_MEMORY=134217728 \
75+ -sMAXIMUM_MEMORY=1073741824 \
76+ -sSTACK_SIZE =33554432 \
7477 -lpg_query \
7578 -o $@ \
7679 $(SRC_FILES )
9396clean-cache :
9497 -@ rm -rf $(LIBPG_QUERY_DIR )
9598
96- .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
99+ .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ ifdef EMSCRIPTEN
6969 -sMODULARIZE=1 \
7070 -sEXPORT_ES6=0 \
7171 -sALLOW_MEMORY_GROWTH=1 \
72+ -sINITIAL_MEMORY=134217728 \
73+ -sMAXIMUM_MEMORY=1073741824 \
74+ -sSTACK_SIZE =33554432 \
7275 -lpg_query \
7376 -o $@ \
7477 $(SRC_FILES )
9194clean-cache :
9295 -@ rm -rf $(LIBPG_QUERY_DIR )
9396
94- .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
97+ .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ ifdef EMSCRIPTEN
6969 -sMODULARIZE=1 \
7070 -sEXPORT_ES6=0 \
7171 -sALLOW_MEMORY_GROWTH=1 \
72+ -sINITIAL_MEMORY=134217728 \
73+ -sMAXIMUM_MEMORY=1073741824 \
74+ -sSTACK_SIZE =33554432 \
7275 -lpg_query \
7376 -o $@ \
7477 $(SRC_FILES )
9194clean-cache :
9295 -@ rm -rf $(LIBPG_QUERY_DIR )
9396
94- .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
97+ .PHONY : build build-cache rebuild rebuild-cache clean clean-cache
You can’t perform that action at this time.
0 commit comments