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/context.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index e44a688..0108d27 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -67,6 +67,7 @@ namespace build2 bool mo, bool nem, bool dr, + bool ndb, bool kg, const strings& cmd_vars, optional mc, @@ -78,6 +79,7 @@ namespace build2 match_only (mo), no_external_modules (nem), dry_run_option (dr), + no_diag_buffer (ndb), keep_going (kg), phase_mutex (*this), scopes (data_->scopes), -- cgit v1.1