aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 32d42aa..5ea4f02 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1341,7 +1341,11 @@ main (int argc, char* argv[])
trace << " src_root: " << src_root;
trace << " forwarded: " << (forwarded ? "true" : "false");
if (auto l = rs.vars[var_amalgamation])
+ {
trace << " amalgamation: " << cast<dir_path> (l);
+ trace << " strong scope: " << *rs.strong_scope ();
+ trace << " weak scope: " << *rs.weak_scope ();
+ }
}
// Enter project-wide (as opposed to global) variable overrides.