diff options
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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<context*> 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), |