diff options
Diffstat (limited to 'lib/libthr/Makefile')
-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 aaf94e3..93e86e2 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -18,7 +18,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -PRECIOUSLIB= yes +PRECIOUSLIB= WARNS?= 2 |