Use /DBGPACK to eliminate redundant debug type information. The linker takes the debug type information from all object files and needed library components, and reduces the information to one entry per type. This results in a smaller executable output file, and can improve debugger performance.
When you specify /DBGPACK, /DEBUG is turned on by default.
Default: /NODBGPACK
Abbreviations: /DB|/NODB