Go to the first, previous, next, last section, table of contents.


Invoking otmr

otmr understands the following options:

-n
Do not output the definition file, i.e. only output the declaration file.
-v-deferred
Report the deferred selectors of each object. Works only if none of -n, -y, and -Y are given.
-v-deferred-instances
Report the deferred instances. Works only if none of -n, -y, and -Y are given.
-v-non-deferred-instances
Report the non-deferred instances. Works only if none of -n, -y, and -Y are given.
-y unit
Emit information for dynamic loading the unit to be resolved into the program unit.
-Y
Emit information for runtime resolution. This dramatically reduces the running time of the resolver and incurs an, albeith slight, startup overhead for the program.


Go to the first, previous, next, last section, table of contents.