summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2000-10-13 22:19:50 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2000-10-13 22:19:50 +0000
commitb4145b0bfaddb6e775d2d2c4fdc8e1f6357a95f4 (patch)
treef5633ced3c1d023996d69d091dc5eec2b2aeee93 /lib/libpthread/Makefile
parent7c021a10907933fc25c0b083e883f9405f30cd23 (diff)
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 4c06007b56656..ea000bda4a458 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/../../include
CFLAGS+=-D_LOCK_DEBUG
# enable extra internal consistancy checks
-# CFLAGS+=-D_PTHREADS_INVARIANTS
+CFLAGS+=-D_PTHREADS_INVARIANTS
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes