From: Mike Stepanek (mstepane) Date: Mon, 26 Apr 2021 20:49:27 +0000 (+0000) Subject: Merge pull request #2865 in SNORT/snort3 from ~OSERHIIE/snort3:grind_fix to master X-Git-Tag: 3.1.5.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc8abeeafae11affd93524a2f83bc1c37b8b7bd;p=thirdparty%2Fsnort3.git Merge pull request #2865 in SNORT/snort3 from ~OSERHIIE/snort3:grind_fix to master Squashed commit of the following: commit fdc6ce333548025807666c016e3466781ebca153 Author: Oleksandr Serhiienko Date: Mon Apr 26 07:13:23 2021 +0300 ips_pcre: disable JIT --- diff --git a/src/ips_options/ips_pcre.cc b/src/ips_options/ips_pcre.cc index b51f0540a..f4379a3f8 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -47,7 +47,7 @@ using namespace snort; #define PCRE_STUDY_JIT_COMPILE 0 #endif -//#define NO_JIT // uncomment to disable JIT for Xcode +#define NO_JIT // uncomment to disable JIT for Xcode #ifdef NO_JIT #define PCRE_STUDY_FLAGS 0