This option compresses the debug information.
[Specification format]
- | Interpretation when omitted |
The debug information is not compressed (It is the same result as when the -nocompress option is specified).
[Detailed description]
- | This option compresses the debug information. |
- | By compressing the debug information, the loading speed of the debugger is improved. |
[Example of use]
- | To compress the debug information, describe as: |
>rlink a.obj b.obj -compress
|
[Remark]
- | If the -form={object|relocate|library|hexadecimal|stype|binary} option or -strip option is specified, this option will be invalid. |