From 8901004f9e783fb3a30e2ddb1e69e8f8a7d085f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Nov 2018 11:11:10 +0200 Subject: Add --[no-]mtime-check options to control this behavior at runtime By default the checks are enabled only for the staged toolchain. --- build2/b-options.ixx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index 2b6e8b0..b05ed66 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -346,6 +346,18 @@ namespace build2 } inline const bool& options:: + mtime_check () const + { + return this->mtime_check_; + } + + inline const bool& options:: + no_mtime_check () const + { + return this->no_mtime_check_; + } + + inline const bool& options:: structured_result () const { return this->structured_result_; -- cgit v1.1