readme: minor fix

This commit is contained in:
Matthias Krüger 2016-01-18 19:09:43 +01:00
parent 5440e0d5a0
commit 5ab8c20d8e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Flags:
3. `HAVE_RULES=yes`
Enable rules (PCRE is required if this is used)
4. `CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare"`
4. `CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function"`
Enables most compiler optimizations, disables cppcheck-internal debugging code and enables basic compiler warnings.
### g++ (for experts)