aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 470aade..f666b86 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -436,6 +436,12 @@ main (int argc, char* argv[])
ops.dry_run (),
!ops.serial_stop () /* keep_going */,
cmdl.cmd_vars));
+
+ if (ops.trace_match_specified ())
+ pctx->trace_match = &ops.trace_match ();
+
+ if (ops.trace_execute_specified ())
+ pctx->trace_execute = &ops.trace_execute ();
};
new_context ();