From 919f0ddf61171126795b4ae45b30970e03359b03 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 26 Jan 2016 16:04:47 +0000 Subject: [PATCH] Temporary enable pcre jit fast path --- src/libutil/regexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c index 9f782472c..f8d1d4a9c 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; -- 2.39.5