OPT

Make an extra pass of macro object code to resolve references to addresses.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]OPT

Properties:

Default: NOOPT

Build Settings:

Check Create optimized code on the Assembler tab of your project properties Assembler page.

Comments:

If the compilation of your program involves the execution of many macros, you can reduce the total compilation time by specifying this directive.

When OPT is on, the MOPLIST and MOPWTO macro trace output does not include AGO labels or local variable symbol names since the extra pass eliminates them.