From 17c653b717da5720b0fa9539316e490c419e7034 Mon Sep 17 00:00:00 2001 From: jjc Date: Thu, 31 Dec 1998 02:52:20 +0000 Subject: Mention -DXML_MIN_SIZE --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1