41
Help / Re: Cppcheck settings?
« Last post by blauzahn on June 19, 2025, 08:19:35 pm »You can add these flags in settings|environment|CppCheck/Vera++|CppCheck arguments. So, if you have a c++ project e.g.:
If you do not need cross-translation checks, then the option -j 8 can use multiple cores to speed things up significantly.
The messages should show up readable in the CppCheck/Vera++ messages log panel.
Code
--verbose --enable=all --xml --language=c++ --std=c++20
If you do not need cross-translation checks, then the option -j 8 can use multiple cores to speed things up significantly.
The messages should show up readable in the CppCheck/Vera++ messages log panel.