diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-20 21:04:24 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-20 21:04:24 -0500 |
commit | 1a76edbe021c8b593083ee9e235d584d271e18cd (patch) | |
tree | 6573cb6e069fefbae1c76a39203af19b3e386654 /README.asciidoc | |
parent | 91233dfab9d3d81ec85c476494efcb9b9d8d8ddf (diff) | |
download | Nim-1a76edbe021c8b593083ee9e235d584d271e18cd.tar.gz |
Add dynlib option
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. |