diff options
| author | Charles Barto <bartoc@umich.edu> | 2016-10-25 14:07:57 -0400 |
|---|---|---|
| committer | Charles Barto <bartoc@umich.edu> | 2016-10-25 14:07:57 -0400 |
| commit | 16bc1590b6d2a1a636b05515a94a46e134ea323c (patch) | |
| tree | a8c59891f18cf1c02123e20a440c7621f8b17780 | |
| parent | 8ad5300c7543ba5315519609fc94820ed4ee14de (diff) | |
| download | vcpkg-16bc1590b6d2a1a636b05515a94a46e134ea323c.tar.gz vcpkg-16bc1590b6d2a1a636b05515a94a46e134ea323c.zip | |
added some flags to pcre
| -rw-r--r-- | ports/pcre/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/pcre/portfile.cmake b/ports/pcre/portfile.cmake index 15c61142c..75d4275d2 100644 --- a/ports/pcre/portfile.cmake +++ b/ports/pcre/portfile.cmake @@ -22,6 +22,10 @@ vcpkg_configure_cmake( -DPCRE_BUILD_PCREGREP=NO -DPCRE_BUILD_PCRE32=YES -DPCRE_BUILD_PCRE16=YES + -DPCRE_BUILD_PCRE8=YES + -DPCRE_SUPPORT_JIT=YES + -DPCRE_SUPPORT_UTF=YES + -DPCRE_SUPPORT_UNICODE_PROPERTIES=YES # OPTIONS -DUSE_THIS_IN_ALL_BUILDS=1 -DUSE_THIS_TOO=2 # OPTIONS_RELEASE -DOPTIMIZE=1 # OPTIONS_DEBUG -DDEBUGGABLE=1 |
