Searched refs:N_NOJIT (Results 1 – 1 of 1) sorted by relevance
418 #define N_NOJIT (-17) macro466 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler o…468 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not s…3536 case N_NOJIT: use_jit = FALSE; break; in handle_option()