ILE C/C++ Compiler Reference


LICOPT

Specifies one or more Licensed Internal Code compile-time options. This parameter allows individual compile-time options to be selected, and is intended for the advanced programmer who understands the potential benefits and drawbacks of each selected type of compiler option.

Read syntax diagramSkip visual syntax diagramLICOPT Syntax:
 
|--+-------------------------------------------------------------+--|
   |          .-*NONE---------------------------------------.    |
   '-LICOPT(--+---------------------------------------------+--)-'
              '-'--Licensed-Internal-Code-Options-String--'-'
 

The possible options are:

*NONE
Default setting. No compile-time optimization is selected.
Licensed-Internal-Code-options-string
The selected Licensed Internal Code compile-time options are used when creating the module/program object. Certain options may reduce your ability to debug the created module/program. See the ILE Concepts Book for more information about LICOPT options.

[ Top of Page | Previous Page | Next Page | Contents | Index ]