From d7fb0d9b4066b65a6fae6bcc95461312db389560 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 28 Feb 2020 13:03:13 -0800 Subject: [PATCH] Remove unneeded compile flags from imagequant --- codecs/imagequant/build.sh | 5 ----- 1 file changed, 5 deletions(-) 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 \