From b71fa164192f1af8b702e1578cf202b510a9b281 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Nov 2018 14:20:10 +0200 Subject: Add --dump option, omit state dumping from verbosity level 6 --- build2/b.cli | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'build2/b.cli') diff --git a/build2/b.cli b/build2/b.cli index 3074e4e..77f50ba 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -2,6 +2,7 @@ // copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file +include ; include ; "\section=1" @@ -438,7 +439,7 @@ namespace build2 \li|Information that could be helpful to the developer.| - \li|Even more detailed information, including state dumps.||" + \li|Even more detailed information.||" } bool --stat @@ -446,6 +447,15 @@ namespace build2 "Display build statistics." } + std::set --dump + { + "", + "Dump the build system state after the specified phase. Valid + values are \cb{load} (after loading \cb{buildfiles}) and \cb{match} + (after matching rules to targets). Repeat this option to dump the + state after multiple phases." + } + size_t --jobs|-j { "", -- cgit v1.1