Skip to content

Commit ea05652

Browse files
committed
Merge pull request #89507 from bruvzg/ios_no_jit
[iOS] Disable PCRE2 JIT.
2 parents 70bcf21 + 9834733 commit ea05652

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)