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 8d41bd1 commit 6bee3c8Copy full SHA for 6bee3c8
Makefile
@@ -5,7 +5,7 @@ BASE_DIR:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
5
DIST_DIR:=$(BASE_DIR)dist/libraries
6
7
GLOBAL_CFLAGS:=-O3
8
-GLOBAL_LDFLAGS:=-s ENVIRONMENT=web,webview -s NO_EXIT_RUNTIME=1
+GLOBAL_LDFLAGS:=-s ENVIRONMENT=web,webview,worker -s NO_EXIT_RUNTIME=1
9
export LDFLAGS = $(GLOBAL_LDFLAGS)
10
11
all: subtitleoctopus
0 commit comments