From 1511d2d85e1a2142461af1b4cce4e47350fec7d0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 5 Aug 2017 20:50:30 +0300 Subject: Print progress to terminal by default --- 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 6ae3cd9..535e70c 100644 --- a/build2/b-options.hxx +++ b/build2/b-options.hxx @@ -405,6 +405,9 @@ namespace build2 progress () const; const bool& + no_progress () const; + + const bool& quiet () const; const uint16_t& @@ -501,6 +504,7 @@ namespace build2 bool v_; bool V_; bool progress_; + bool no_progress_; bool quiet_; uint16_t verbose_; bool verbose_specified_; -- cgit v1.1