Skip to content

Commit

Permalink
Disable zlib-ng if zlib is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
data-man committed Dec 18, 2021
1 parent e9ec44f commit 5746f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ifeq "$(DONT_BUILD_ZLIB)" "1"
DEFINES += -DBENCH_REMOVE_ZLIB
DONT_BUILD_SLZ = 1
else
DONT_BUILD_ZLIB_NG = 1
ZLIB_FILES = zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o zlib/gzclose.o zlib/gzlib.o zlib/gzread.o
ZLIB_FILES += zlib/gzwrite.o zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o
ZLIB_FILES += zlib/uncompr.o zlib/zutil.o
Expand Down

0 comments on commit 5746f7d

Please sign in to comment.