summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-03-16 17:04:01 +0000
committerRobin Watts <robin.watts@artifex.com>2012-03-16 17:05:18 +0000
commite2d7441d73dfc09baf58314db617ca19e15fd993 (patch)
tree234389120845fa6d34c46bdee3a5361de61e968e /Makethird
parent7ac91881c85399661a6dde9a843360f1a5d43ee0 (diff)
downloadmupdf-e2d7441d73dfc09baf58314db617ca19e15fd993.tar.xz
Add -Dverbose=-1 to zlib CFLAGS.
This shuts up the spurious 'overflow' warnings when outputting pages.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makethird b/Makethird
index e53ab01b..6a7e5a7d 100644
--- a/Makethird
+++ b/Makethird
@@ -187,7 +187,7 @@ endif
# --- ZLIB ---
ifneq "$(ZLIB_DIR)" ""
-CFLAGS += -I$(ZLIB_DIR)
+CFLAGS += -I$(ZLIB_DIR) -Dverbose=-1
LIBS := $(filter-out -lz, $(LIBS))
ZLIB_LIB := $(OUT)/libz.a