Remove unneeded compile flags from imagequant

This commit is contained in:
Alon Zakai
2020-02-28 13:03:13 -08:00
parent 309947a08f
commit d7fb0d9b40

View File

@ -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 \