]> source.dussan.org Git - rspamd.git/commitdiff
Temporary enable pcre jit fast path
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 26 Jan 2016 16:04:47 +0000 (16:04 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 26 Jan 2016 16:04:47 +0000 (16:04 +0000)
src/libutil/regexp.c

index 9f782472cf62a54453b74efdf49ccae0e0d6f885..f8d1d4a9c299b0485599e0bf6fb7235416d467a2 100644 (file)
@@ -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;