1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

[iOS] Disable PCRE2 JIT.

This commit is contained in:
bruvzg
2024-03-15 10:24:08 +02:00
parent 0175be8948
commit 9834733f6f

View File

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