From bbb0ead7e82edd3081ebd9243655b851b0ab4779 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Apr 2018 13:46:57 +0200 Subject: Don't print scheduler statistics at verbosity level 2, add --stat instead --- build2/b-options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options.hxx') diff --git a/build2/b-options.hxx b/build2/b-options.hxx index cab4951..c9eed77 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -429,6 +429,9 @@ namespace build2 bool verbose_specified () const; + const bool& + stat () const; + const size_t& jobs () const; @@ -530,6 +533,7 @@ namespace build2 bool quiet_; uint16_t verbose_; bool verbose_specified_; + bool stat_; size_t jobs_; bool jobs_specified_; size_t max_jobs_; -- cgit v1.1