Everything

 

-NOOptimize


This option disables inter-module optimization.

[Specification format]

-NOOPtimize

 

-

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