From da5439b9c80398570120c3c2b498e94f8752c019 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 6 Feb 2015 14:02:15 +0300 Subject: [PATCH] Re-enable PCRE JIT disabled by b436c714c6a23ead40434896bf8fcbb62ed0a764 --- ext/pcre/pcrelib/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 0fdfb438a1..91ce7dbe95 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -322,7 +322,7 @@ sure both macros are undefined; an emulation function will then be used. */ /* #undef STDC_HEADERS */ /* Define to any value to enable support for Just-In-Time compiling. */ -/* #undef SUPPORT_JIT */ +#define SUPPORT_JIT /* Define to any value to allow pcregrep to be linked with libbz2, so that it is able to handle .bz2 files. */ @@ -348,7 +348,7 @@ sure both macros are undefined; an emulation function will then be used. */ /* #undef SUPPORT_PCRE8 */ /* Define to any value to enable JIT support in pcregrep. */ -/* #undef SUPPORT_PCREGREP_JIT */ +#define SUPPORT_PCREGREP_JIT /* Define to any value to enable support for Unicode properties. */ /* #undef SUPPORT_UCP */ -- 2.40.0