diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-22 11:55:45 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-22 11:55:45 +0000 |
| commit | c8c62548bffb83f3d25e062929c45d66fea755f1 (patch) | |
| tree | f19774dfaf80818e55dc42ba8169e1d961942cc6 /lib/librt | |
| parent | 6ccdee8ab576577224fb9e4baed05bd0efe933fd (diff) | |
Diffstat (limited to 'lib/librt')
| -rw-r--r-- | lib/librt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 389e0280a6bc..6a751b7a3aa3 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -8,7 +8,7 @@ CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} .ifndef NO_THREAD_STACK_UNWIND CFLAGS+=-fexceptions .endif -CFLAGS+=-Winline -Wall +CFLAGS+=-Wall LIBADD= pthread WARNS?= 2 |
