summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-05-19 13:10:54 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-05-19 20:00:56 +0200
commitf111c376d6535ef8c60a34ddd4682fcfa0f4e2bb (patch)
tree4ac6ab852ca9a854f3303cf7b5e8f8e318bc4720 /src/corelib/io
parent9c89743d726c248785cfed5ea83299e542001018 (diff)
Granularily disable PCRE2 JIT on macOS ARM
2f8df4d1a87df9dd67913b016171dac20839d16e 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 <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/io')
0 files changed, 0 insertions, 0 deletions