From: Vsevolod Stakhov Date: Fri, 11 Mar 2016 13:12:17 +0000 (+0000) Subject: [Minor] Disable pcre jit fast X-Git-Tag: 1.2.0~70 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=719b994637a1fd8e6f5ddd29ed8790067e006279;p=rspamd.git [Minor] Disable pcre jit fast --- diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c index 235a3c2ac..14ce98ec0 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;