diff options
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc index c4d97f8c3..a48fefdb9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -168,3 +168,10 @@ ____ - `<bsr_unicode>` - `\R` matches any unicode newline - `<js>` - Javascript compatibility - `<no_study>` - turn off studying; study is enabled by deafault + +== Other Notes + +By default, NRE compiles it's own PCRE. If this is undesirable, pass +`-d:pcreDynlib` to use whatever dynamic library is available on the system. +This may have unexpected consequences if the dynamic library doesn't have +certain features enabled. |