This option outputs debug information to the output file.
[Specification format]
 
-  | Interpretation when omitted  | 
 
The debug information is output to the output file (It is the same result as when the -debug option is specified).
[Detailed description]
-  | This option outputs debug information to the output file.  | 
 
[Example of use]
-  | To output debug information to the output file, describe as:  | 
 
>rlink a.obj b.obj -debug -output=c.abs 
 | 
 
[Remark]
-  | If the -form={object|library|hexadecimal|stype|binary}, -strip option or -extract option is specified, this option will be invalid.  | 
 
-  | If two or more output file names are specified using the -form=absolute option and -output option, the debug information will not be output.  |