Skip to content

Commit

Permalink
Temporarily disable JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 23, 2023
1 parent 54e6b49 commit bd213c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnibus/config/software/pcre2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
" --prefix=#{install_dir}/embedded" \
" --disable-shared" \
" --enable-unicode-properties" \
" --enable-jit" \
" --enable-utf", env: env
# TODO: Enable JIT (Error: "Must target Big Sur or newer")
# " --enable-jit" \

make "-j #{workers}", env: env
make "install", env: env
Expand Down

0 comments on commit bd213c1

Please sign in to comment.