| Syntax: | Default: |
| /D[EBUG] | /NODEBUG |
| /NODEB[UG] |
Use /DEBUG to include debug information in the output file, so you can debug the file with the debugger. The linker will embed symbolic data and line number information in the output file.
For debugging, compile the object files with the /Ti compiler option.
When you specify /DEBUG, /BROWSE is turned on by default.
Note: Linking with /DEBUG increases the size of the executable output file.