From 1511d2d85e1a2142461af1b4cce4e47350fec7d0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 5 Aug 2017 20:50:30 +0300 Subject: Print progress to terminal by default --- build2/b-options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/b-options.ixx') 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_; -- cgit v1.1