/[no]annotations

Syntax:

/annotations:keyword or /noannotations

The /annotations option specifies that additional information will be added to the source listing file. This information indicates which of a set of optimizations the compiler applied to particular parts of the source file. Note that some of the values of keyword may exist for optimizations that are not supported on your platform. If so, the source listing file contains no corresponding annotations (such as feedback). In the visual development environment, specify the various annotations keywords under the Annotations list box in the Listing Compiler Option Category.

You can view the resulting annotations in the source listing file to see what optimizations the compiler performed or else why the compiler was not able to optimize a particular code sequence. The default is /noannotations, which places no annotations in the source listing file.

The /annotations option keywords are as follows:

The /annotations option is ignored unless you also specify the /list[:file] option or select the equivalent Source Listing option in the Listing File category in the visual development environment.