mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Add note about optimization flags
This commit is contained in:
parent
6117700e2c
commit
b26d581d66
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user