[CRIU] [PATCH 2/2] complel: plugins -- Disable coverage and mcount

Cyrill Gorcunov gorcunov at openvz.org
Tue Sep 27 10:12:09 PDT 2016


They are not supported in plugins.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 compel/plugins/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compel/plugins/Makefile b/compel/plugins/Makefile
index 436e4072421a..09587d1e023e 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
 
 #
-- 
2.7.4



More information about the CRIU mailing list