LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/CO Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /CO[DEVIEW]
 
     The /CO option adds Microsoft Symbolic Debugging Information to
     the executable file. Debugging information can be used with the
     Microsoft CodeView(R) debugger. If the object files were not
     compiled or assembled using /Zi or /Zd, /CO places only public
     symbols in the executable file.
 
     When /CO is used with the /TINY option, debugging information is
     put in a separate file with the same base name as the .COM file
     and with the .DBG extension.
     See: /TINY Option
 
     /CO is not compatible with /EXEPACK for MS-DOS executable files.
                                    -♦-