JITIntOption

Integer options

Values

ValueMeaning
OPTIMIZATION_LEVELGCC_JIT_INT_OPTION_OPTIMIZATION_LEVEL

How much to optimize the code. Valid values are 0-3, corresponding to GCC's command-line options -O0 through -O3. The default value is 0 (unoptimized).

Meta