mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:13:07 +08:00
added some flags to pcre
This commit is contained in:
parent
8ad5300c75
commit
16bc1590b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user