summaryrefslogtreecommitdiff
path: root/doc/html/NON-AUTOTOOLS-BUILD.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-22 15:37:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-22 15:37:02 +0000
commitb55d9179309bb3b6ba08c92d279555b2f897be69 (patch)
tree82b77499d37f9a1b91d3e322ea285f5ccaab4c78 /doc/html/NON-AUTOTOOLS-BUILD.txt
parent981381ae1c1c3924bbb76541aa169b742bee0cd6 (diff)
downloadpcre2-b55d9179309bb3b6ba08c92d279555b2f897be69.tar.gz
Add pcre2_code_copy_with_tables().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@605 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/NON-AUTOTOOLS-BUILD.txt')
-rw-r--r--doc/html/NON-AUTOTOOLS-BUILD.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/html/NON-AUTOTOOLS-BUILD.txt b/doc/html/NON-AUTOTOOLS-BUILD.txt
index ceb9245..e3cf813 100644
--- a/doc/html/NON-AUTOTOOLS-BUILD.txt
+++ b/doc/html/NON-AUTOTOOLS-BUILD.txt
@@ -174,7 +174,11 @@ can skip ahead to the CMake section.
(11) If you want to use the pcre2grep command, compile and link
src/pcre2grep.c; it uses only the basic 8-bit PCRE2 library (it does not
- need the pcre2posix library).
+ need the pcre2posix library). If you have built the PCRE2 library with JIT
+ support by defining SUPPORT_JIT in src/config.h, you can also define
+ SUPPORT_PCRE2GREP_JIT, which causes pcre2grep to make use of JIT (unless
+ it is run with --no-jit). If you define SUPPORT_PCRE2GREP_JIT without
+ defining SUPPORT_JIT, pcre2grep does not try to make use of JIT.
STACK SIZE IN WINDOWS ENVIRONMENTS
@@ -389,4 +393,4 @@ and executable, is in EBCDIC and native z/OS file formats and this is the
recommended download site.
=============================
-Last Updated: 16 July 2015
+Last Updated: 13 October 2016