Skip to content

Commit 4370e7b

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 e3e0003 commit 4370e7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)