OSDN Git Service

disable asserts in libdvdnav except when configured with --debug=max
[handbrake-jp/handbrake-jp-git.git] / make / include / report.defs
index 858c455..ce9c3e0 100644 (file)
@@ -53,3 +53,10 @@ $(info #########################################################################
 $(info $(foreach v,$(sort $(filter GCC.%,$(.VARIABLES))),$(call fn.PRINTVAR,$v)))
 $(info )
 endif
+
+## report: var
+##
+ifeq (var,$(REPORT))
+$(info $(call fn.PRINTVAR,$(name)))
+$(info )
+endif