summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-06 13:48:11 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-06 13:48:11 +0000
commita991e5caf862c4e7b2c366423ba5e4953488d250 (patch)
treee53c7cfeea2e3d3158dacc3e8368d992601906cb /lib
parent38e722e1a8f19290f5418aa31627d804b42d375a (diff)
downloadFreeBSD-src-a991e5caf862c4e7b2c366423ba5e4953488d250.zip
FreeBSD-src-a991e5caf862c4e7b2c366423ba5e4953488d250.tar.gz
Remove debug symbol from installed library, one can always
use compiled version in libthr directory.
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 9ee6287..24ebe7c 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -9,7 +9,6 @@
# system call stubs.
LIB=thr
SHLIB_MAJOR= 1
-DEBUG_FLAGS=-g
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include
@@ -25,6 +24,7 @@ LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
# enable extra internal consistancy checks
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
+CFLAGS+=-g
PRECIOUSLIB=
OpenPOWER on IntegriCloud