1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Add a file that I meant to commit back in r425013. Oops.

This commit is contained in:
Adam Weinberger 2016-12-09 19:28:49 +00:00
parent 7b4b9a16d4
commit 28366895d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428235

3
devel/pcre/pkg-help Normal file
View File

@ -0,0 +1,3 @@
Using the heap rather than the stack for recursion (i.e., turning the
STACK_RECURSION knob off) is slower but less prone to segfaults from
stack exhaustion when matching certain patterns.