Enables verbose output of results for building the object_cache.
Syntax
QX_VERBOSE_CACHE={any non-empty value}
Possible values
disables verbose output of results for building the object_cache |
|
enables verbose output of results for building the object_cache |
Usage and examples
Obtaining verbose output of the 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 (thus we recommend setting it to 1):
QX_VERBOSE_CACHE=1
You can set QX_VERBOSE_CACHE only for command line environment - in environ.bat.