This repository was archived by the owner on Mar 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -842,11 +842,13 @@ case "${ARCH}" in
842842 CRC_FOLDING_lo=" "
843843 fi
844844
845- CFLAGS=" ${CFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
846- SFLAGS=" ${SFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
845+ # CFLAGS="${CFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
846+ # SFLAGS="${SFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
847+ CFLAGS=" ${CFLAGS} -DUSE_MEDIUM"
848+ SFLAGS=" ${SFLAGS} -DUSE_MEDIUM"
847849
848- DEFLATE_QUICK_o=" deflate_quick.o"
849- DEFLATE_QUICK_lo=" deflate_quick.lo"
850+ # DEFLATE_QUICK_o="deflate_quick.o"
851+ # DEFLATE_QUICK_lo="deflate_quick.lo"
850852 ;;
851853 i386 | i486 | i586 | i686)
852854 OBJC=" ${OBJC} x86.o"
@@ -888,11 +890,13 @@ case "${ARCH}" in
888890 CRC_FOLDING_lo=" "
889891 fi
890892
891- CFLAGS=" ${CFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
892- SFLAGS=" ${SFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
893+ # CFLAGS="${CFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
894+ # SFLAGS="${SFLAGS} -DUSE_QUICK -DUSE_MEDIUM"
895+ CFLAGS=" ${CFLAGS} -DUSE_MEDIUM"
896+ SFLAGS=" ${SFLAGS} -DUSE_MEDIUM"
893897
894- DEFLATE_QUICK_o=" deflate_quick.o"
895- DEFLATE_QUICK_lo=" deflate_quick.lo"
898+ # DEFLATE_QUICK_o="deflate_quick.o"
899+ # DEFLATE_QUICK_lo="deflate_quick.lo"
896900 ;;
897901esac
898902
You can’t perform that action at this time.
0 commit comments