diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:06:56 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-18 05:06:56 +0000 |
| commit | 0174b69f9268b20b113f9f2dcc164a0b5864b2e7 (patch) | |
| tree | db57a8e22e3a14723fc868d5e6ff9c68353c4b5d /lib/libpthread/Makefile | |
| parent | a0240e2cb0b1ef8e5b61930ac2b850c884daaba8 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 28a47633162a..2ca67507b530 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/sys # Uncomment this if you want libpthread to contain debug information for # thread locking. -CFLAGS+=-D_LOCK_DEBUG -g +#CFLAGS+=-D_LOCK_DEBUG -g # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall |
