Skip to content

[question] [pcre2] Turn off the jit for osx arm. #36386

Answered by dg0yt
talregev asked this question in Q&A
Discussion options

You must be logged in to vote

The preferred way is to only install pcre2[core].

But this solution might be spoiled by reverse dependencies lacking "default-features": false. These ports should be fixed.

As a mitigation, you could customize your triplet:

if(PORT STREQUAL "pcre2")
    set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DPCRE2_SUPPORT_JIT=OFF)
endif()

This should override the effect of this particular port feature.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by talregev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants