From 1c71d8b13b54f91ddec361d3053ecce26e6ff761 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:07:35 -0700 Subject: zlib 0.91 --- Makefile.tc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.tc') diff --git a/Makefile.tc b/Makefile.tc index 51075f7..e173a55 100644 --- a/Makefile.tc +++ b/Makefile.tc @@ -4,7 +4,10 @@ # To use, do "make -fmakefile.tc" # WARNING: the small model is supported but only for small values of -# MAX_WBITS and MAX_MEM_LEVEL +# MAX_WBITS and MAX_MEM_LEVEL. If you wish to reduce the memory +# requirements (default 256K for big objects plus a few K), you can add +# to CFLAGS below: -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 +# See zconf.h for details about the memory requirements. # ------------- Turbo C 2.0 ------------- MODEL=-ml -- cgit v1.2.3-55-g6feb