forked from external-repos/squoosh
Remove unneeded compile flags from imagequant
This commit is contained in:
@@ -12,12 +12,7 @@ echo "Compiling libimagequant"
|
|||||||
echo "============================================="
|
echo "============================================="
|
||||||
(
|
(
|
||||||
emcc \
|
emcc \
|
||||||
--bind \
|
|
||||||
${OPTIMIZE} \
|
${OPTIMIZE} \
|
||||||
--closure 1 \
|
|
||||||
-s ALLOW_MEMORY_GROWTH=1 \
|
|
||||||
-s MODULARIZE=1 \
|
|
||||||
-s 'EXPORT_NAME="imagequant"' \
|
|
||||||
-I node_modules/libimagequant \
|
-I node_modules/libimagequant \
|
||||||
--std=c99 \
|
--std=c99 \
|
||||||
-c \
|
-c \
|
||||||
|
|||||||
Reference in New Issue
Block a user