Skip to content
Snippets Groups Projects
Commit fc618c357b3c authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Add note about optimization flags

parent b114cbc26818
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
./configure [possible options] ./configure [possible options]
make 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: Now you can run the test suite with:
make check make check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment