commentLevel

The build descriptor option commentLevel specifies the extent to which EGL system comments are included in output source code.

Valid values are as follows:

0

Minimal comments are in the output, which includes comments on any name aliases that EGL generates

1

In addition to the comments included with level 0, scripting statements are placed immediately before the code that is generated to implement those statements.

The default is 1.

Raising the comment level has no effect on the size or performance of the prepared code, but increases the size of the output and the time needed to generate, transfer, and prepare the output.

Related reference
Build descriptor options