diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-06 13:48:11 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-06 13:48:11 +0000 |
| commit | 02e98e495b65898c8d22e43fe84c59a6674d7923 (patch) | |
| tree | e53c7cfeea2e3d3158dacc3e8368d992601906cb /lib | |
| parent | 148b7ece935fcfbf4dad0f1ec9eb85e1a11d06e6 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 9ee6287bd713..24ebe7c28114 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= |
