summaryrefslogtreecommitdiff
path: root/Makefile.tc
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
commit1c71d8b13b54f91ddec361d3053ecce26e6ff761 (patch)
tree84f806bb79cc8c7458ddbd7b5402dbf1eec76dd4 /Makefile.tc
parent64b2e892035cf6ea98800c54dce0d63730d50272 (diff)
downloadzlib-0.91.tar.gz
zlib-0.91.tar.bz2
zlib-0.91.zip
zlib 0.91v0.91
Diffstat (limited to 'Makefile.tc')
-rw-r--r--Makefile.tc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.tc b/Makefile.tc
index 51075f7..e173a55 100644
--- a/Makefile.tc
+++ b/Makefile.tc
@@ -4,7 +4,10 @@
4# To use, do "make -fmakefile.tc" 4# To use, do "make -fmakefile.tc"
5 5
6# WARNING: the small model is supported but only for small values of 6# WARNING: the small model is supported but only for small values of
7# MAX_WBITS and MAX_MEM_LEVEL 7# MAX_WBITS and MAX_MEM_LEVEL. If you wish to reduce the memory
8# requirements (default 256K for big objects plus a few K), you can add
9# to CFLAGS below: -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14
10# See zconf.h for details about the memory requirements.
8 11
9# ------------- Turbo C 2.0 ------------- 12# ------------- Turbo C 2.0 -------------
10MODEL=-ml 13MODEL=-ml