]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2867 in SNORT/snort3 from ~OSERHIIE/snort3:pcre_jit_supp to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Wed, 28 Apr 2021 19:53:34 +0000 (19:53 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Wed, 28 Apr 2021 19:53:34 +0000 (19:53 +0000)
Squashed commit of the following:

commit 39facc13eccc8dc6c29599d30afdd268d62be329
Author: Oleksandr Serhiienko <oserhiie@cisco.com>
Date:   Wed Apr 28 15:02:57 2021 +0300

    ips_pcre: re-enable JIT

src/ips_options/ips_pcre.cc

index f4379a3f836fcf68007618e6dc8e9b6fa1ee51a6..b51f0540aa679449deb3379e4bce4ec5c6534dc7 100644 (file)
@@ -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