diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-21 04:02:56 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-21 04:02:56 +0000 |
| commit | 02245e612089c10a31b75ebd58bbef4765fcc054 (patch) | |
| tree | b1e30482cc9dacf340a49bac7c46ffce02f42daa /lib/libpthread/Makefile | |
| parent | b1ee04b18e90fec17c9c072a8d779b10e8bedcf1 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 4d766b715cb7..d4b88ca4a6d7 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -17,7 +17,12 @@ 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 +#CFLAGS+= -g + +.if ${MACHINE_ARCH} == "i386" +CFLAGS+=-DGS_HACK +.endif # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall |
