diff options
author | John Högberg <[email protected]> | 2018-10-16 14:08:33 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-10-16 14:31:08 +0200 |
commit | 4636269001b110548f4a8f35f48eefe7f9bed86f (patch) | |
tree | 398fe1c626a649052b61d0d405d4e6a4ec39f6bb /erts/emulator/zlib/zlib.mk | |
parent | c89305463ac916767cceae9c01f6b627ab03c323 (diff) | |
download | otp-4636269001b110548f4a8f35f48eefe7f9bed86f.tar.gz otp-4636269001b110548f4a8f35f48eefe7f9bed86f.tar.bz2 otp-4636269001b110548f4a8f35f48eefe7f9bed86f.zip |
Update zlib to 1.2.11
Diffstat (limited to 'erts/emulator/zlib/zlib.mk')
-rw-r--r-- | erts/emulator/zlib/zlib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/zlib/zlib.mk b/erts/emulator/zlib/zlib.mk index 3f0d64d250..dcf5d3f592 100644 --- a/erts/emulator/zlib/zlib.mk +++ b/erts/emulator/zlib/zlib.mk @@ -52,7 +52,7 @@ ifeq ($(TYPE),gcov) ZLIB_CFLAGS = -O0 -fprofile-arcs -ftest-coverage $(DEBUG_CFLAGS) $(DEFS) $(THR_DEFS) else # gcov ifeq ($(TYPE),debug) -ZLIB_CFLAGS = $(DEBUG_CFLAGS) $(DEFS) $(THR_DEFS) +ZLIB_CFLAGS = -DZLIB_DEBUG=1 $(DEBUG_CFLAGS) $(DEFS) $(THR_DEFS) else # debug ZLIB_CFLAGS = $(subst -O2, -O3, $(CONFIGURE_CFLAGS) $(DEFS) $(THR_DEFS)) #ZLIB_CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 |