From 719b994637a1fd8e6f5ddd29ed8790067e006279 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 11 Mar 2016 13:12:17 +0000 Subject: [PATCH] [Minor] Disable pcre jit fast --- 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 235a3c2acb..14ce98ec0d 100644 --- a/src/libutil/regexp.c +++ b/src/libutil/regexp.c @@ -46,7 +46,7 @@ typedef guchar regexp_id_t[rspamd_cryptobox_HASHBYTES]; -#undef DISABLE_JIT_FAST +#define DISABLE_JIT_FAST struct rspamd_regexp_s { gdouble exec_time; -- 2.47.3