Skip to content

Commit 91d1332

Browse files
committed
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.
1 parent 77a4989 commit 91d1332

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ EMCC_COMMON_ARGS = \
169169
-s NO_FILESYSTEM=0 \
170170
--no-heap-copy \
171171
-o $@
172-
#--js-opts 0 -g4 \
173-
#--closure 1 \
174-
#--memory-init-file 0 \
175-
#-s OUTLINING_LIMIT=20000 \
176172

177173
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
178174

0 commit comments

Comments
 (0)