Skip to content

Commit 0b2cc34

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 06aeea9 commit 0b2cc34

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)