I have a semi-large Visual Studio solution, with a series of different build configurations, and various platforms. I really only want to check one or two configurations, on a single platform. However, I don't see a way in the CppCheck manual to select a build configuration when you use the --project flag. I've tried to use --platform; however, that doesn't even just select configurations for that platform (win64 still checks win32 configs).
Is there a way with CppCheck to select a singular build configuration in a solution, or at a maybe even exclude certain configurations?