summaryrefslogtreecommitdiff
path: root/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 1330fb9e..ef98c303 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -57,7 +57,8 @@ NASMOPT += $(NASMDEBUG)
PREPCORE = ../lzo/prepcore
-# CFLAGS += -DDEBUG=1
+# Make zlib take less space
+CFLAGS += -DDYNAMIC_CRC_TABLE -DBUILDFIXED -DHAVE_MEMCPY
# The DATE is set on the make command line when building binaries for
# official release. Otherwise, substitute a hex string that is pretty much