/PDBTYPE

Syntax:

/PDBTYPE:{CON[SOLIDATE]|SEPT[YPES]}

Controls which Program Database (PDB) stores the debug type information.

On the command line, the /PDBTYPE option can take one of the following arguments:

If SEPT[YPES] is specified, linking can be significantly faster. The advantages are:

The disadvantage is more files are needed for the debugger to find the debug information when debugging.

Use this option when you plan to debug privately. Do not use this option when the debug build is to be used by multiple users.