Configuring CMake for PDB Files
Configuring CMake for PDB Files In addition to the full .pdb files, a project can be configured to generate stripped .pdb files by adding the /PDBSTRIPPED:filename linker switch. For example, in CMake: * set_target_properties( pcoip_client PROPERTIES …