aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options')
-rw-r--r--build2/b-options4
1 files changed, 4 insertions, 0 deletions
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_;