diff --git a/codecs/imagequant/build.sh b/codecs/imagequant/build.sh index a1ba5115..2102c440 100755 --- a/codecs/imagequant/build.sh +++ b/codecs/imagequant/build.sh @@ -12,12 +12,7 @@ echo "Compiling libimagequant" echo "=============================================" ( emcc \ - --bind \ ${OPTIMIZE} \ - --closure 1 \ - -s ALLOW_MEMORY_GROWTH=1 \ - -s MODULARIZE=1 \ - -s 'EXPORT_NAME="imagequant"' \ -I node_modules/libimagequant \ --std=c99 \ -c \