aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index 8fea395..4b1852b 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -439,6 +439,9 @@ namespace build2
const bool&
quiet () const;
+ const bool&
+ silent () const;
+
const uint16_t&
verbose () const;
@@ -575,6 +578,7 @@ namespace build2
bool v_;
bool V_;
bool quiet_;
+ bool silent_;
uint16_t verbose_;
bool verbose_specified_;
bool stat_;