/DEBUGTYPE

Syntax:

/DEBUGTYPE:{CV|COFF|BOTH}

This option generates debugging information in one of three ways, Microsoft format (CV), COFF format, or both:

If you do not specify /DEBUG, /DEBUGTYPE is ignored. If you specify /DEBUG but not /DEBUGTYPE, the default type is /DEBUGTYPE:CV.