Skip to content

Commit 6e74ea2

Browse files
committed
Drop superfluous and deprecated flags
1 parent 4c4cb81 commit 6e74ea2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
BASE_DIR:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
55
DIST_DIR:=$(BASE_DIR)dist/libraries
66

7-
GLOBAL_CFLAGS:=-O3 -s ENVIRONMENT=web,webview -s DOUBLE_MODE=0
7+
GLOBAL_CFLAGS:=-O3 -s ENVIRONMENT=web,webview
88

99
all: subtitleoctopus
1010

@@ -306,8 +306,6 @@ EMCC_COMMON_ARGS = \
306306
--preload-file assets/fonts.conf \
307307
-s ALLOW_MEMORY_GROWTH=1 \
308308
-s NO_FILESYSTEM=0 \
309-
-s ENVIRONMENT=web,webview \
310-
-s DOUBLE_MODE=0 \
311309
--no-heap-copy \
312310
-o $@
313311
#--js-opts 0 -g4 \

0 commit comments

Comments
 (0)