summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-04-18 05:06:56 +0000
committerdeischen <deischen@FreeBSD.org>2003-04-18 05:06:56 +0000
commitf3007d8862760163521a3a4770ba7fed69e1c2bf (patch)
treedb57a8e22e3a14723fc868d5e6ff9c68353c4b5d /lib
parent5d56aa9cb2bdbe0a18bafbdbb6eb8cf6a46beb79 (diff)
downloadFreeBSD-src-f3007d8862760163521a3a4770ba7fed69e1c2bf.zip
FreeBSD-src-f3007d8862760163521a3a4770ba7fed69e1c2bf.tar.gz
Comment out the addition of -g to CFLAGS. This snuck in from
my local version.
Diffstat (limited to 'lib')
-rw-r--r--lib/libkse/Makefile2
-rw-r--r--lib/libpthread/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 28a4763..2ca6750 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/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
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 28a4763..2ca6750 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
OpenPOWER on IntegriCloud