mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-13 08:02:56 +00:00
Rename BYTE_ORDER to XML_BYTE_ORDER.
This commit is contained in:
parent
e52f6237f6
commit
90a5d98cdd
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
CC=gcc
|
||||
# If you know what your system's byte order is, define BYTE_ORDER:
|
||||
# use -DBYTE_ORDER=12 for little-endian byte order;
|
||||
# use -DBYTE_ORDER=21 for big-endian (network) byte order.
|
||||
# If you know what your system's byte order is, define XML_BYTE_ORDER:
|
||||
# use -DXML_BYTE_ORDER=12 for little-endian byte order;
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue