diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-03-15 10:24:08 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-03-15 10:24:08 +0200 |
commit | 9834733f6f38df298f8c8c7630923f701766fe7a (patch) | |
tree | b8547660742d74f51025c5bb72f3642566091580 /platform/ios | |
parent | 0175be8948d68cf90c55ce08e8e5bf46ea29ce40 (diff) | |
download | redot-engine-9834733f6f38df298f8c8c7630923f701766fe7a.tar.gz |
[iOS] Disable PCRE2 JIT.
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/detect.py b/platform/ios/detect.py index 4d6e3ae9ba..cd303295ad 100644 --- a/platform/ios/detect.py +++ b/platform/ios/detect.py @@ -52,6 +52,7 @@ def get_flags(): ("target", "template_debug"), ("use_volk", False), ("supported", ["mono"]), + ("builtin_pcre2_with_jit", False), ] |