This option deletes debug information in the load module file or library file.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option deletes debug information in the load module file or library file. |
- | The files before debug information is deleted are backed up in file "file-name.abk". |
- | If this option is specified, one input file should correspond to one output file. |
[Example of use]
- | To delete debug information of file1.abs, file2.abs, and file3.abs, and output these to file1.abs, file2.abs, and file3.abs, respectively, describe as: |
The files before debug information is deleted are backed up in file1.abk, file2.abk, and file3.abk.
<Command line>
>rlink -subcommand=sub.txt
|
<Subcommand file "sub.txt">
-input=file1.abs file2.abs file3.abs
-strip
|
[Remark]
- | If the -form={object|relocate|hexadecimal|stype|binary} option is specified, this option will be invalid. |