forked from boostorg/regex
Update linux performance results
This commit is contained in:
@ -18,10 +18,10 @@ using auto-index ;
|
||||
path-constant images_location : html ;
|
||||
path-constant here : . ;
|
||||
|
||||
lib pcre2 ;
|
||||
lib pcre2-8 ;
|
||||
lib re2 ;
|
||||
|
||||
exe has_pcre2 : config/pcre.cpp pcre2 : <include>third_party <dll-path>third_party <library-path>third_party release ;
|
||||
exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>third_party release ;
|
||||
explicit has_pcre2 ;
|
||||
exe has_posix : config/posix.cpp : release ;
|
||||
explicit has_posix ;
|
||||
@ -31,7 +31,7 @@ explicit has_re2 ;
|
||||
run [ glob *.cpp ] /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem
|
||||
: : :
|
||||
release
|
||||
[ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2 ]
|
||||
[ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2-8 ]
|
||||
[ check-target-builds has_posix : <define>TEST_POSIX ]
|
||||
[ check-target-builds has_re2 : <define>TEST_RE2 <source>re2 <include>third_party <dll-path>third_party <library-path>third_party ]
|
||||
<include>third_party
|
||||
|
Reference in New Issue
Block a user