diff options
author | jasone <jasone@FreeBSD.org> | 2000-07-05 16:21:42 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-07-05 16:21:42 +0000 |
commit | a5e8ea10096f636aa3c392e67e18eea188cb56a8 (patch) | |
tree | ddd227b3c9a02996cfb83db3015274a9a0a37544 /lib/libc_r | |
parent | 7f9b6cda1dde5ac288cb722cbef213ab80307826 (diff) | |
download | FreeBSD-src-a5e8ea10096f636aa3c392e67e18eea188cb56a8.zip FreeBSD-src-a5e8ea10096f636aa3c392e67e18eea188cb56a8.tar.gz |
Remove DEBUG_FLAGS=-g3, which never should have been committed.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 0092a44..32a4127 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -16,8 +16,6 @@ CFLAGS+=-I${.CURDIR}/../../include # thread locking. CFLAGS+=-D_LOCK_DEBUG -DEBUG_FLAGS=-g3 - # enable extra internal consistancy checks # CFLAGS+=-D_PTHREADS_INVARIANTS |