This option does not compress the debug information.
[Specification format]
- | Interpretation when omitted |
The debug information is not compressed.
[Detailed description]
- | This option does not compress the debug information. |
- | Link time when specifying this option is shorter than when the -compress option is specified. |
[Example of use]
- | Not to compress the debug information, describe as: |
>rlink a.obj b.obj -output=c.abs -nocompress
|