enable closure compiler

This commit is contained in:
Dmitry Ivakhnenko
2022-12-12 12:40:36 +03:00
parent 9e77349e65
commit ca8e9be31c

View File

@@ -8,9 +8,11 @@ asm:
-Isources \ -Isources \
-g0 \ -g0 \
-Os \ -Os \
--closure 1 \
--memory-init-file 0 \ --memory-init-file 0 \
-s WASM=0 \ -s WASM=0 \
-s WASM_ASYNC_COMPILATION=0 \ -s WASM_ASYNC_COMPILATION=0 \
-s USE_CLOSURE_COMPILER=1 \
-s USE_ES6_IMPORT_META=0 \ -s USE_ES6_IMPORT_META=0 \
-s MODULARIZE=1 \ -s MODULARIZE=1 \
-s ASSERTIONS=0 \ -s ASSERTIONS=0 \