Skip to content

Commit

Permalink
added some flags to pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
barcharcraz committed Oct 25, 2016
1 parent 8ad5300 commit 16bc159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/pcre/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16bc159

Please sign in to comment.