[iOS] Disable PCRE2 JIT.
This commit is contained in:
parent
0175be8948
commit
9834733f6f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ def get_flags():
|
||||||
("target", "template_debug"),
|
("target", "template_debug"),
|
||||||
("use_volk", False),
|
("use_volk", False),
|
||||||
("supported", ["mono"]),
|
("supported", ["mono"]),
|
||||||
|
("builtin_pcre2_with_jit", False),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue