diff options
Diffstat (limited to 'Makefile.bor')
-rw-r--r-- | Makefile.bor | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.bor b/Makefile.bor index 877ed62..732ea5d 100644 --- a/Makefile.bor +++ b/Makefile.bor | |||
@@ -4,7 +4,10 @@ | |||
4 | # To use, do "make -fmakefile.bor" | 4 | # To use, do "make -fmakefile.bor" |
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++, Borland C++ ------------- | 12 | # ------------- Turbo C++, Borland C++ ------------- |
10 | MODEL=-ml | 13 | MODEL=-ml |