QX_VERBOSE_CACHE

 

Enables verbose output of results for building the object cache.

 

Syntax:

 

QX_VERBOSE_CACHE={any non-empty value}

 

Possible values:

 

undefined

disables verbose output of results for building the object cache

defined

enables verbose output of results for building the object cache

 

Usage and examples:

 

Obtaining verbose output of object cache building results (i.e. compilation results for native code) may be essential for proper debugging.

 

To enable it, you must define QX_VERBOSE_CACHE with any non-empty value (though we recommend setting it to 1):

 

QX_VERBOSE_CACHE=1

 

You can set QX_VERBOSE_CACHE only for command line environment - in environ.bat.

 

 

Related articles:

Compilation tools