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.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index 0aad125..94a87ab 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -473,6 +473,12 @@ namespace build2
serial_stop () const;
const bool&
+ mtime_check () const;
+
+ const bool&
+ no_mtime_check () const;
+
+ const bool&
structured_result () const;
const bool&
@@ -558,6 +564,8 @@ namespace build2
size_t max_stack_;
bool max_stack_specified_;
bool serial_stop_;
+ bool mtime_check_;
+ bool no_mtime_check_;
bool structured_result_;
bool match_only_;
bool no_column_;