QX_OPT_LEVEL

 

Specifies the level of general bitcode optimization.

 

Syntax:

 

QX_OPT_LEVEL={0, 1, 2, 3}

 

Possible values:

 

0 (default)

turns off general bitcode optimization

1

sets the low level of general bitcode optimization

2

sets the medium level of general bitcode optimization

3

sets the high level of general bitcode optimization

 

Usage and examples:

 

The lower the optimization level, the faster applications are deployed. However, the higher the optimization level, the faster applications might behave at runtime.

 

By default, general bitcode optimization is turned off. To change it, you have to set QX_OPT_LEVEL to a non-default value:

 

QX_OPT_LEVEL=3

 

QX_OPT_LEVEL applies at deployment and is set in inet.env and/or environ.bat (if you use Lycia Command Line).