summaryrefslogtreecommitdiff
path: root/expat
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-07-29 16:23:46 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-07-29 16:23:46 +0200
commitd1b75ec35e32f37c1ca231f8b430016c224e6601 (patch)
treede3bc0f8613ba9ce51d249bce82f09c455b396d0 /expat
parentcd254f183a6f9c5cd3cdb742b823ebff0a792df3 (diff)
downloadlibexpat-git-d1b75ec35e32f37c1ca231f8b430016c224e6601.tar.gz
README.md: Add note on limitation of -fshort-wchar
Diffstat (limited to 'expat')
-rw-r--r--expat/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/expat/README.md b/expat/README.md
index e652de9d..3b75f8c5 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -78,6 +78,7 @@ these instructions (after having run `make distclean`):
`./configure CPPFLAGS=-DXML_UNICODE`<br/>
For UTF-16 output as `wchar_t` (incl. version/error strings), run:<br/>
`./configure CFLAGS="-g -O2 -fshort-wchar" CPPFLAGS=-DXML_UNICODE_WCHAR_T`
+ <br/>Note: The latter requires libc compiled with `-fshort-wchar`, as well.
1. Edit `Makefile`, changing:<br/>
`LIBRARY = libexpat.la`<br/>