From 5f010bb45851d335136369e70f71903c394e9a48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Aug 2016 10:52:54 +0200 Subject: Add -V option as equivalent to --verbose 3 --- build2/b-options | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/b-options') diff --git a/build2/b-options b/build2/b-options index b592ece..093a1dc 100644 --- a/build2/b-options +++ b/build2/b-options @@ -399,6 +399,9 @@ namespace build2 v () const; const bool& + V () const; + + const bool& q () const; const uint16_t& @@ -463,6 +466,7 @@ namespace build2 public: bool v_; + bool V_; bool q_; uint16_t verbose_; bool verbose_specified_; -- cgit v1.1