We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b3a38 commit b068140Copy full SHA for b068140
pcre2-sys/build.rs
@@ -41,14 +41,7 @@ fn main() {
41
.define("PCRE2_CODE_UNIT_WIDTH", "8")
42
.define("HAVE_STDLIB_H", "1")
43
.define("HAVE_MEMMOVE", "1")
44
- .define("HEAP_LIMIT", "20000000")
45
- .define("LINK_SIZE", "2")
46
- .define("MATCH_LIMIT", "10000000")
47
- .define("MATCH_LIMIT_DEPTH", "10000000")
48
- .define("MAX_NAME_COUNT", "10000")
49
- .define("MAX_NAME_SIZE", "32")
50
- .define("NEWLINE_DEFAULT", "2")
51
- .define("PARENS_NEST_LIMIT", "250")
+ .define("HAVE_CONFIG_H", "1")
52
.define("PCRE2_STATIC", "1")
53
.define("STDC_HEADERS", "1")
54
.define("SUPPORT_PCRE2_8", "1")
0 commit comments