[iOS] Disable PCRE2 JIT.

This commit is contained in:
bruvzg 2024-03-15 10:24:08 +02:00
parent 0175be8948
commit 9834733f6f
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38

View file

@ -52,6 +52,7 @@ def get_flags():
("target", "template_debug"),
("use_volk", False),
("supported", ["mono"]),
("builtin_pcre2_with_jit", False),
]