فهرست منبع

[iOS] Disable PCRE2 JIT.

bruvzg 1 سال پیش
والد
کامیت
9834733f6f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      platform/ios/detect.py

+ 1 - 0
platform/ios/detect.py

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