CppCheck: Exclude or Specify Build Configuration in Visual Studio Solution

I have a semi-large Visual Studio solution with a series of different build configurations and different platforms. I really only want to test one or two configurations on one platform. However, I don't see a way in the CppCheck manual to select the build configuration when you use the --project flag. I tried using the -platform; however, it doesn't even let you select configurations for that platform (win64 still checks the win32 configuration).

Is there a way, using CppCheck, to select the singular assembly configuration in the solution, or perhaps even exclude certain configurations?

Thank.

+3


source to share





All Articles