[CRIU] [PATCH 70/78] criu: Call compel with debug level when building blobs

Cyrill Gorcunov gorcunov at openvz.org
Mon Nov 7 08:36:55 PST 2016


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

diff --git a/criu/pie/Makefile b/criu/pie/Makefile
index 1b97e0726cee..d2a86b800f0f 100644
--- a/criu/pie/Makefile
+++ b/criu/pie/Makefile
@@ -160,6 +160,7 @@ $(eval $(call map,gen-rule-built-in.bin.o,$(parasite_target)))
 $(obj)/%-blob.h: $(obj)/%.built-in.bin.o $(SRC_DIR)/compel/compel-host
 	$(call msg-gen, $@)
 	$(Q) $(SRC_DIR)/compel/compel-host piegen -f $<			\
+		-l 4							\
 		-v $(call target-name,$@)_relocs			\
 		-p $(call target-name,$@)_blob_offset__			\
 		-s $(call target-name,$@)_blob				\
-- 
2.7.4



More information about the CRIU mailing list