[LIBXML2] Update to version 2.10.0. CORE-17766
[reactos.git] / sdk / lib / 3rdparty / libxml2 / README.md
index ce83d62..ad423e6 100644 (file)
@@ -44,6 +44,11 @@ configure and build the library:
     ./configure [possible options]
     make
 
+Note that by default, no optimization options are used. You have to
+enable them manually, for example with:
+
+    CFLAGS='-O2 -fno-semantic-interposition' ./configure
+
 Now you can run the test suite with:
 
     make check