pcre2: enable JIT
This commit is contained in:
parent
32bef7253d
commit
d2a855b606
@ -7,6 +7,10 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik";
|
sha256 = "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-jit"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl Compatible Regular Expressions";
|
description = "Perl Compatible Regular Expressions";
|
||||||
homepage = "http://www.pcre.org/";
|
homepage = "http://www.pcre.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user