summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-03-27 05:58:58 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-03-27 05:58:58 +0000
commit4b5909711d24a576048e3323e0fa6616fa1ba149 (patch)
treea9158aa21c2fa434958e6108fd5412b38db565de /lib
parent8fe77c08b62aef8d650a0efc6ca663e8a8d03d35 (diff)
downloadFreeBSD-src-4b5909711d24a576048e3323e0fa6616fa1ba149.zip
FreeBSD-src-4b5909711d24a576048e3323e0fa6616fa1ba149.tar.gz
Comment out -g compiler option, found by 'FreeBSD Build Options Survey'.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 1097155..26bff3d 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -30,7 +30,7 @@ MAN= libthr.3
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
-CFLAGS+=-g
+#CFLAGS+=-g
PRECIOUSLIB=
OpenPOWER on IntegriCloud