Skip to content

pcre2: more configure options #2466

Merged
merged 1 commit into from
Nov 8, 2021
Merged

pcre2: more configure options #2466

merged 1 commit into from
Nov 8, 2021

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Nov 5, 2021

LFS dictates:

--enable-unicode: This switch enables Unicode support and includes the functions for handling UTF-8/16/32 character strings in the library.

--enable-pcre2-16: This switch enables 16 bit character support.

--enable-pcre2-32: This switch enables 32 bit character support.

--enable-pcre2grep-libz: This switch adds support for reading .gz compressed files to pcre2grep.

--enable-pcre2grep-libbz2: This switch adds support for reading .bz2 compressed files to pcre2grep.

--enable-pcre2test-libreadline: This switch adds line editing and history features to the pcre2test program.

--enable-jit: this option enables Just-in-time compiling, which can greatly speed up pattern matching.

bee update pcre2-10.37-1

LFS dictates:

`--enable-unicode`: This switch enables Unicode support and includes the functions for handling UTF-8/16/32 character strings in the library.

`--enable-pcre2-16`: This switch enables 16 bit character support.

`--enable-pcre2-32`: This switch enables 32 bit character support.

`--enable-pcre2grep-libz`: This switch adds support for reading .gz compressed files to pcre2grep.

`--enable-pcre2grep-libbz2`: This switch adds support for reading .bz2 compressed files to pcre2grep.

`--enable-pcre2test-libreadline`: This switch adds line editing and history features to the pcre2test program.

`--enable-jit`: this option enables Just-in-time compiling, which can greatly speed up pattern matching.
@wwwutz wwwutz merged commit 5c38afc into master Nov 8, 2021
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant