diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-26 16:04:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-26 16:04:47 +0000 |
commit | 919f0ddf61171126795b4ae45b30970e03359b03 (patch) | |
tree | 4bad24edfcd0d211bd0679a2c9d5f113061c7b1b /src/libutil/regexp.c | |
parent | b8e62273f640163adeeb30d4f9fbb6a9d40ba353 (diff) | |
download | rspamd-919f0ddf61171126795b4ae45b30970e03359b03.tar.gz rspamd-919f0ddf61171126795b4ae45b30970e03359b03.zip |
Temporary enable pcre jit fast path
Diffstat (limited to 'src/libutil/regexp.c')
-rw-r--r-- | src/libutil/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |