aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-05 20:50:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-06 13:19:00 +0300
commit1511d2d85e1a2142461af1b4cce4e47350fec7d0 (patch)
tree72ebd1fdd89b76bdd8108270913485633934da51 /build2/b-options.ixx
parent4ea8b31ec37dc1c11f1c80e558361951253f1c58 (diff)
Print progress to terminal by default
Diffstat (limited to 'build2/b-options.ixx')
-rw-r--r--build2/b-options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/b-options.ixx b/build2/b-options.ixx
index af32a3d..1c99dc3 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -235,6 +235,12 @@ namespace build2
}
inline const bool& options::
+ no_progress () const
+ {
+ return this->no_progress_;
+ }
+
+ inline const bool& options::
quiet () const
{
return this->quiet_;