From 6d1fb898e3e148441a4116852328cf048ebb5698 Mon Sep 17 00:00:00 2001 From: Mandimby RAVELOARINJAKA Date: Sat, 4 Jan 2025 23:58:58 -0500 Subject: [PATCH] [FIX] (compilation database): pass the build command to bear after -- --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index da401cab9..6526a022a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ cov-build: # with illegal UTF-8 that make Bear unhappy. compile_commands.json: $(MAKE) clean - bear $(MAKE) check TESTS= + bear -- $(MAKE) check TESTS= oclint: compile_commands.json $(OCLINT_JCD) -e src/protobufs -- $(OCLINT_OPTIONS)