diff --git a/src/pcre2_fuzzsupport.c b/src/pcre2_fuzzsupport.c index 48781ff..6e96fc2 100644 --- a/src/pcre2_fuzzsupport.c +++ b/src/pcre2_fuzzsupport.c @@ -148,6 +148,9 @@ for (i = 0; i < 2; i++) if (code != NULL) { +#ifdef SUPPORT_JIT + pcre2_jit_compile(code, PCRE2_JIT_COMPLETE); +#endif int j; uint32_t save_match_options = match_options;