diff options
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; |