aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libutil/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c
index 14ce98ec0..235a3c2ac 100644
--- a/src/libutil/regexp.c
+++ b/src/libutil/regexp.c
@@ -46,7 +46,7 @@
typedef guchar regexp_id_t[rspamd_cryptobox_HASHBYTES];
-#define DISABLE_JIT_FAST
+#undef DISABLE_JIT_FAST
struct rspamd_regexp_s {
gdouble exec_time;