From 785726caf2c450f8b63a7b2684d4820b54cfe7b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Jun 2021 12:45:29 +0100 Subject: [PATCH] Debug dump: Dump values of more computed command line options Signed-off-by: Ian Jackson --- nailing-cargo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nailing-cargo b/nailing-cargo index cc1d9e1..9532eb5 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -1138,7 +1138,9 @@ if ($dump) { subdir => $subdir, oot_dir => $oot_dir, oot_absdir => $oot_absdir, - build_absdir => $build_absdir }); + build_absdir => $build_absdir, + linkfarm_depth => $linkfarm_depth, + oot_preclean => $oot_preclean, }); ' or die $@; } -- 2.30.2