Skip to content

Make code checker faster

Matthias Wittgen requested to merge optimize_codechecker into devel
  • CodeChecker log just creates a compilation command database and filters out any parallel job options, which makes this slow
  • Use cmake build to create compilation command database instead
  • Newer gitlab runners can handle nproc jobs (==16). Change from 4 to nproc jobs
Edited by Matthias Wittgen

Merge request reports

Loading