Skip to content

Commit 9cbc403

Browse files
authored
Fixed typo
1 parent fd66b27 commit 9cbc403

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TUNING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In our case Clang is mostly faster than GCC. See https://trac.cppcheck.net/ticke
4646

4747
### Use More Advanced Optimizations
4848

49-
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.
49+
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.
5050

5151
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.
5252

@@ -168,4 +168,4 @@ https://trac.cppcheck.net/ticket/10765
168168
https://trac.cppcheck.net/ticket/10778
169169
https://trac.cppcheck.net/ticket/11262
170170
https://trac.cppcheck.net/ticket/12528
171-
https://trac.cppcheck.net/ticket/13698
171+
https://trac.cppcheck.net/ticket/13698

0 commit comments

Comments
 (0)