mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Mention -DXML_DTD
This commit is contained in:
parent
a5634c52ea
commit
74ce84265d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ CC=gcc
|
|||
# use -DXML_BYTE_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
|
||||
# -DXML_DTD adds full support for parsing DTDs
|
||||
CFLAGS=-O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD
|
||||
# Use one of the next two lines; unixfilemap is better if it works.
|
||||
FILEMAP_OBJ=xmlwf/unixfilemap.o
|
||||
#FILEMAP_OBJ=xmlwf/readfilemap.o
|
||||
|
|
Loading…
Add table
Reference in a new issue