diff --git a/TUNING.md b/TUNING.md index 4643e7d506a..34d9ff01e3d 100644 --- a/TUNING.md +++ b/TUNING.md @@ -46,7 +46,7 @@ In our case Clang is mostly faster than GCC. See https://trac.cppcheck.net/ticke ### Use More Advanced Optimizations -By default we enforce the `-O2` optimization level. Even when using the `Release` build type in CMake which defaults to `-O3`. It might be possible that building with `-O3` might yield a perfomance increase. +By default we enforce the `-O2` optimization level. Even when using the `Release` build type in CMake which defaults to `-O3`. It might be possible that building with `-O3` might yield a performance increase. There are also no additional code generation flags provided so the resulting binary can run on any system. You might be able to tune this and apply more optimization which is tailored to the system you will be running the binary on. @@ -168,4 +168,4 @@ https://trac.cppcheck.net/ticket/10765 https://trac.cppcheck.net/ticket/10778 https://trac.cppcheck.net/ticket/11262 https://trac.cppcheck.net/ticket/12528 -https://trac.cppcheck.net/ticket/13698 \ No newline at end of file +https://trac.cppcheck.net/ticket/13698