Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Granularily disable PCRE2 JIT on macOS ARM
2f8df4d disabled the PCRE2 JIT on macOS for ARM, but did so based on the build system architecture configure test. When doing a universal build these configure tests are based on the primary architecture (x86_64 in our case), which means we ended up still enabling the JIT. We work around it by passing the PCRE2_DISABLE_JIT define only when building the arm64 slice. Change-Id: I60df82acb57030ccef8b117a40209eb107b1d5bd Reviewed-by: Alexandru Croitor <[email protected]>
- Loading branch information