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.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbuild2/b-options.hxx') diff --git a/libbuild2/b-options.hxx b/libbuild2/b-options.hxx index 2780a8d..4e85192 100644 --- a/libbuild2/b-options.hxx +++ b/libbuild2/b-options.hxx @@ -141,6 +141,9 @@ namespace build2 dry_run () const; const bool& + no_diag_buffer () const; + + const bool& match_only () const; const bool& @@ -275,6 +278,7 @@ namespace build2 bool max_stack_specified_; bool serial_stop_; bool dry_run_; + bool no_diag_buffer_; bool match_only_; bool no_external_modules_; structured_result_format structured_result_; -- cgit v1.1