Szabolcs Tolnai - 2023-01-24

I have a project where multiple files are compiled into different binaries using slightly different settings. I tried to use the '--cppcheck-build-dir' option with compile_commands.json but didn't notice any significant speed up. I have noticed that the created a1 files contain only a single <analyzerinfo> entry. Could this be because only a single configuration is stored in the file and the next time the "wrong" one is used first overwriting the later "good" one pretty much making the cached files useless? Is there anything else I can/should try to speed up my analysis?</analyzerinfo>