From 16bc1590b6d2a1a636b05515a94a46e134ea323c Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Tue, 25 Oct 2016 14:07:57 -0400 Subject: added some flags to pcre --- ports/pcre/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3