Remove debug symbol from installed library, one can always

use compiled version in libthr directory.
This commit is contained in:
David Xu 2005-04-06 13:48:11 +00:00
parent 148b7ece93
commit 02e98e495b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144710

View File

@ -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=