diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-09-05 21:29:51 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-09-05 21:35:53 +0000 |
| commit | af60084978a43632c5ab2d6e3aca41be7a658d8c (patch) | |
| tree | a66851cd5a71f2eeb1f05ad73dcfa9173070f5e2 | |
| parent | c23eda976a8aad6bbd6c2042fa2ba1f0bc640e19 (diff) | |
Add description for WITH_PTHREADS_ASSERTIONS
This option is turned on by default in -CURRENT but will be turned off
in 15-STABLE; this description will land in the src.conf(5) man page
in that branch.
MFC after: 1 minute
| -rw-r--r-- | tools/build/options/WITH_PTHREADS_ASSERTIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/options/WITH_PTHREADS_ASSERTIONS b/tools/build/options/WITH_PTHREADS_ASSERTIONS new file mode 100644 index 000000000000..03c15b76fb85 --- /dev/null +++ b/tools/build/options/WITH_PTHREADS_ASSERTIONS @@ -0,0 +1 @@ +Enable debugging assertions in pthreads library. |
