Update to libdeflate-1.14

Changes: https://github.com/ebiggers/libdeflate/blob/v1.14/NEWS.md
This commit is contained in:
bket 2022-10-04 04:15:52 +00:00
parent 243ba3e50f
commit 874f34df37
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ COMMENT = optimized library for DEFLATE/zlib/gzip (de)compression
GH_ACCOUNT = ebiggers
GH_PROJECT = libdeflate
GH_TAGNAME = v1.13
GH_TAGNAME = v1.14
SHARED_LIBS = deflate 0.0

View File

@ -1,2 +1,2 @@
SHA256 (libdeflate-1.13.tar.gz) = DYHxl9wx3E73thmP3lcPToZTx39GmPyyFj2CCpYHyDg=
SIZE (libdeflate-1.13.tar.gz) = 173736
SHA256 (libdeflate-1.14.tar.gz) = ieffiYw3w0J7Dzmq3PczcxMhonh3HSD8VT+S2o1ICKw=
SIZE (libdeflate-1.14.tar.gz) = 180182

View File

@ -6,7 +6,7 @@ Index: Makefile
override CFLAGS := \
- -O2 -fomit-frame-pointer -std=c99 -I. -Wall -Wundef \
+ -std=c99 -I. -Wall -Wundef \
$(call cc-option,-Wpedantic) \
+ -std=c99 -I. -Wall -Wundef \
$(call cc-option,-Wdeclaration-after-statement) \
$(call cc-option,-Wimplicit-fallthrough) \
$(call cc-option,-Wmissing-prototypes) \