aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.ixx')
-rw-r--r--build2/b-options.ixx16
1 files changed, 14 insertions, 2 deletions
diff --git a/build2/b-options.ixx b/build2/b-options.ixx
index fb9b10e..190c960 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -229,9 +229,9 @@ namespace build2
}
inline const bool& options::
- q () const
+ quiet () const
{
- return this->q_;
+ return this->quiet_;
}
inline const uint16_t& options::
@@ -246,6 +246,18 @@ namespace build2
return this->verbose_specified_;
}
+ inline const size_t& options::
+ jobs () const
+ {
+ return this->jobs_;
+ }
+
+ inline bool options::
+ jobs_specified () const
+ {
+ return this->jobs_specified_;
+ }
+
inline const bool& options::
no_column () const
{