Add note about optimization flags

This commit is contained in:
Nick Wellnhofer 2022-02-20 21:26:50 +01:00
parent 6117700e2c
commit b26d581d66

View 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