From: Mike Stepanek (mstepane) Date: Wed, 28 Apr 2021 19:53:34 +0000 (+0000) Subject: Merge pull request #2867 in SNORT/snort3 from ~OSERHIIE/snort3:pcre_jit_supp to master X-Git-Tag: 3.1.5.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8fad9f75afebf91fa1c3079347697d6994459d;p=thirdparty%2Fsnort3.git Merge pull request #2867 in SNORT/snort3 from ~OSERHIIE/snort3:pcre_jit_supp to master Squashed commit of the following: commit 39facc13eccc8dc6c29599d30afdd268d62be329 Author: Oleksandr Serhiienko Date: Wed Apr 28 15:02:57 2021 +0300 ips_pcre: re-enable JIT --- diff --git a/src/ips_options/ips_pcre.cc b/src/ips_options/ips_pcre.cc index f4379a3f8..b51f0540a 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