mirror of
https://github.com/jellyfin/JavascriptSubtitlesOctopus.git
synced 2024-11-27 08:00:29 +00:00
cosmetic/make: remove comment with unused flags
They appear to have been commented out since the first public release
and it's not clear what they were intended for or if they'd even still
work with current emscripten.
Cherry-picked from: 4370e7b52b
This commit is contained in:
parent
9d3ea2a31b
commit
f71d90af09
4
Makefile
4
Makefile
@ -169,10 +169,6 @@ EMCC_COMMON_ARGS = \
|
||||
-s NO_FILESYSTEM=0 \
|
||||
--no-heap-copy \
|
||||
-o $@
|
||||
#--js-opts 0 -g4 \
|
||||
#--closure 1 \
|
||||
#--memory-init-file 0 \
|
||||
#-s OUTLINING_LIMIT=20000 \
|
||||
|
||||
dist: src/subtitles-octopus-worker.bc dist/js/subtitles-octopus-worker.js dist/js/subtitles-octopus-worker-legacy.js dist/js/subtitles-octopus.js dist/js/COPYRIGHT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user