Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

A.1.31 OPTIMIZE compile option

This option specifies whether to create a globally optimized object program (OPTIMIZE) or not (NOOPTIMIZE).

Item

Description

Global optimization

Specifies whether a globally optimized object program is to be created. The default is: NOOPTIMIZE.

OPTIMIZE

Creates a globally optimized object program.

NOOPTIMIZE

Does not create a globally optimized object program.

Note

  • If this option is specified at the same time as the TEST compile option, the created debug information file can be used by the diagnostic function but not by the interactive debugger.