Skip to content

Commit 9834733

Browse files
committed
[iOS] Disable PCRE2 JIT.
1 parent 0175be8 commit 9834733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/ios/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def get_flags():
5252
("target", "template_debug"),
5353
("use_volk", False),
5454
("supported", ["mono"]),
55+
("builtin_pcre2_with_jit", False),
5556
]
5657

5758

0 commit comments

Comments
 (0)