Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information