aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-10-03 23:10:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-10-03 23:10:42 +0000
commitc3a3d1fd6c7007e7088936e14fd9b4944b3a3054 (patch)
tree6676be92344b8ac00fd59231b7f80af253cf770b
parentc41b161812101300570d48b1fdd17600765992dc (diff)
downloadsrc-c3a3d1fd6c7007e7088936e14fd9b4944b3a3054.tar.gz
src-c3a3d1fd6c7007e7088936e14fd9b4944b3a3054.zip
libirdma: Drop clang-specific -ferror-limit.
This could use -fmax-errors on GCC, but tweaking the error limit is unusual in the tree anyway. Just remove it. Reviewed by: erj, imp, emaste Differential Revision: https://reviews.freebsd.org/D36808
-rw-r--r--lib/ofed/libirdma/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ofed/libirdma/Makefile b/lib/ofed/libirdma/Makefile
index 1280b8a6d7bc..368bd536c587 100644
--- a/lib/ofed/libirdma/Makefile
+++ b/lib/ofed/libirdma/Makefile
@@ -18,6 +18,5 @@ irdma_uk.c \
LIBADD= ibverbs pthread
CFLAGS+= -I${_spath} -I${SRCTOP}/contrib/ofed/libibverbs
VERSION_MAP= ${_spath}/libirdma.map
-CFLAGS+= -ferror-limit=1000
.include <bsd.lib.mk>