1.1.55 $OPTIMIZATION : Enable Optimizations

This switch enables optimization. It can have the following possible values:

ON
Switches on optimizations, corresponding to level 2 optimizations.
OFF
Switches of all kinds of optimizations.
XYZ
Parses the string and switches on the optimizations found in the string. The possible strings are the same as can be specied on the command line and are documented in the user's guide.

Example:

{$OPTIMIZATION ON}

is equivalent to

{$OPTIMIZATION 2}

This switch is also activated by the -Oxxx command line switch.