summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjc <jjc>1998-12-31 02:52:20 +0000
committerjjc <jjc>1998-12-31 02:52:20 +0000
commit17c653b717da5720b0fa9539316e490c419e7034 (patch)
treedaad1d9ecdd48ce2d35cc087010b72761701127b
parent9f9638397a383ae488dc91b8d28e5cb5c5c7aaef (diff)
downloadlibexpat-17c653b717da5720b0fa9539316e490c419e7034.tar.gz
Mention -DXML_MIN_SIZE
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1bd3bb3..5c11dd0 100755
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ CC=gcc
# use -DBYTE_ORDER=12 for little-endian byte order;
# use -DBYTE_ORDER=21 for big-endian (network) byte order.
# -DXML_NS adds support for checking of lexical aspects of XML namespaces spec
+# -DXML_MIN_SIZE makes a smaller but slower parser
CFLAGS=-O2 -Ixmltok -Ixmlparse -DXML_NS
# Use one of the next two lines; unixfilemap is better if it works.
FILEMAP_OBJ=xmlwf/unixfilemap.o