Everything

-strip


< Optimizing Linkage Editor (rlink) Options / Other Options >

[Format]

-strip

[Description]

-

Deletes debugging information in an absolute file or library file.

-

When the strip option is specified, one input file should correspond to one output file.

[Examples]

input=file1.abs file2.abs file3.abs
strip

-

Deletes debugging information of file1.abs, file2.abs, and file3.abs, and outputs this information to file1.abs, file2.abs, and file3.abs, respectively. Files before debugging information is deleted are backed up in file1.abk, file2.abk, and file3.abk.

[Remarks]

-

When form={object | relocate | hexadecimal | stype | binary} is specified, this option is unavailable.