From 6b06c5dc0f6a8e33ca0fbe98fd36522ca6f3432d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Oct 2022 08:16:50 +0200 Subject: Add ability to disable diagnostics buffering (--no-diag-buffer) --- libbuild2/b-options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbuild2/b-options.ixx') diff --git a/libbuild2/b-options.ixx b/libbuild2/b-options.ixx index f43dce2..895831f 100644 --- a/libbuild2/b-options.ixx +++ b/libbuild2/b-options.ixx @@ -153,6 +153,12 @@ namespace build2 } inline const bool& b_options:: + no_diag_buffer () const + { + return this->no_diag_buffer_; + } + + inline const bool& b_options:: match_only () const { return this->match_only_; -- cgit v1.1