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 f05f483..9f787cf 100644
--- a/build2/b-options
+++ b/build2/b-options
@@ -417,6 +417,9 @@ namespace build2
jobs_specified () const;
const bool&
+ serial_stop () const;
+
+ const bool&
no_column () const;
const bool&
@@ -484,6 +487,7 @@ namespace build2
bool verbose_specified_;
size_t jobs_;
bool jobs_specified_;
+ bool serial_stop_;
bool no_column_;
bool no_line_;
path buildfile_;