reactorlabs / rir

GNU General Public License v2.0
62 stars 18 forks source link

CppCheck can run on multiple threads #1283

Open rihafilip opened 2 months ago

rihafilip commented 2 months ago

The CppCheck script (tools/cppcheck) only uses one thread.
The tool can be specified to use a number of jobs with the -j flag, similar to Make.
We might use it with the ncores helper in tools/script_include.sh.