add "--format=gzip" option

This commit is contained in:
Przemyslaw Skibinski
2017-02-08 15:17:55 +01:00
parent ca20edd960
commit cfd4dc299a
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ ifeq ($(HAVE_ZLIB), 1)
TEMP := $(shell rm have_zlib$(EXT))
endif
ifeq ($(HAVE_ZLIB), 1)
ZLIBCPP = -DZSTD_GZDECOMPRESS
ZLIBCPP = -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS
ZLIBLD = -lz
endif