From: Vsevolod Stakhov Date: Tue, 26 Jan 2016 16:04:47 +0000 (+0000) Subject: Temporary enable pcre jit fast path X-Git-Tag: 1.1.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919f0ddf61171126795b4ae45b30970e03359b03;p=thirdparty%2Frspamd.git Temporary enable pcre jit fast path --- diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c index 9f782472cf..f8d1d4a9c2 100644 --- a/src/libutil/regexp.c +++ b/src/libutil/regexp.c @@ -33,7 +33,7 @@ typedef guchar regexp_id_t[rspamd_cryptobox_HASHBYTES]; -#define DISABLE_JIT_FAST 1 +#undef DISABLE_JIT_FAST struct rspamd_regexp_s { gdouble exec_time;