From c3a3d1fd6c7007e7088936e14fd9b4944b3a3054 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 3 Oct 2022 16:10:42 -0700 Subject: [PATCH] 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 --- lib/ofed/libirdma/Makefile | 1 - 1 file changed, 1 deletion(-) 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