From d06e8d1d3b0594c74fa444da76c3c7925ed58f70 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2020 11:28:53 +0200 Subject: Add ability to skip external modules during bootstrap (--no-external-modules) --- build2/b.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build2/b.cli') diff --git a/build2/b.cli b/build2/b.cli index 57640b6..a03e9cc 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -535,6 +535,13 @@ namespace build2 useful for profiling." } + bool --no-external-modules + { + "Don't load external modules during project bootstrap. Note that this + option can only be used with meta-operations that do not load the + project's \cb{buildfiles}, such as \cb{info}." + } + bool --structured-result { "Write the result of execution in a structured form. In this mode, -- cgit v1.1