Skip to content

Commit

Permalink
Optimizations (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
as-com committed Jun 19, 2016
1 parent 6eaf391 commit 44a22db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ emconfigure ./configure --without-simd --without-turbojpeg CFLAGS="-O3"
emmake make
cp .libs/cjpeg ../cjpeg.bc
cd ..
emcc -O3 --pre-js src/pre.js --post-js src/post.js --memory-init-file 0 cjpeg.bc -o src/cjpeg.js -L'./mozjpeg/.libs' -ljpeg
emcc -O3 --pre-js src/pre.js --post-js src/post.js --memory-init-file 0 cjpeg.bc -o src/cjpeg.js -L'./mozjpeg/.libs' -ljpeg

0 comments on commit 44a22db

Please sign in to comment.