We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4cb81 commit 6e74ea2Copy full SHA for 6e74ea2
Makefile
@@ -4,7 +4,7 @@
4
BASE_DIR:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
5
DIST_DIR:=$(BASE_DIR)dist/libraries
6
7
-GLOBAL_CFLAGS:=-O3 -s ENVIRONMENT=web,webview -s DOUBLE_MODE=0
+GLOBAL_CFLAGS:=-O3 -s ENVIRONMENT=web,webview
8
9
all: subtitleoctopus
10
@@ -306,8 +306,6 @@ EMCC_COMMON_ARGS = \
306
--preload-file assets/fonts.conf \
307
-s ALLOW_MEMORY_GROWTH=1 \
308
-s NO_FILESYSTEM=0 \
309
- -s ENVIRONMENT=web,webview \
310
- -s DOUBLE_MODE=0 \
311
--no-heap-copy \
312
-o $@
313
#--js-opts 0 -g4 \
0 commit comments