From 2a43af12205200ba08cdf210c0f506ca97641ffa Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 27 Sep 2016 20:12:09 +0300 Subject: [PATCH] complel: plugins -- Disable coverage and mcount They are not supported in plugins. Signed-off-by: Cyrill Gorcunov Reviewed-by: Dmitry Safonov Signed-off-by: Pavel Emelyanov Signed-off-by: Andrei Vagin --- compel/plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/compel/plugins/Makefile b/compel/plugins/Makefile index 436e40724..09587d1e0 100644 --- a/compel/plugins/Makefile +++ b/compel/plugins/Makefile @@ -1,5 +1,6 @@ .PHONY: .FORCE +CFLAGS := $(filter-out -pg $(CFLAGS-GCOV),$(CFLAGS)) PLUGIN_ARCH_DIR := compel/arch/$(ARCH)/plugins #