This option disables inter-module optimization.
[Specification format]
- | Interpretation when omitted |
It is the same result as when the -optimize option is specified.
[Detailed description]
- | This option disables inter-module optimization. |
[Example of use]
- | To disable inter-module optimization, describe as: |
>rlink a.obj b.obj -nooptimize
|