Constants#
- MAJOR_VERSION = 2#
Like
get_major_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
- MICRO_VERSION = 5#
Like
get_micro_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
- MINOR_VERSION = 48#
Like
get_minor_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
- OPTIONS_USE_DFG = useDFGJIT#
Allows the DFG JIT to be used if
True. Option type:BOOLEANDefault value:True.
- OPTIONS_USE_FTL = useFTLJIT#
Allows the FTL JIT to be used if
True. Option type:BOOLEANDefault value:True.