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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index 33cb18a..0691f12 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -264,6 +264,12 @@ namespace build2 return this->verbose_specified_; } + inline const bool& options:: + stat () const + { + return this->stat_; + } + inline const size_t& options:: jobs () const { -- cgit v1.1