[iOS] Disable PCRE2 JIT.
This commit is contained in:
parent
0175be8948
commit
9834733f6f
|
@ -52,6 +52,7 @@ def get_flags():
|
|||
("target", "template_debug"),
|
||||
("use_volk", False),
|
||||
("supported", ["mono"]),
|
||||
("builtin_pcre2_with_jit", False),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue