From 11c1e80886847f0a4e4aec682eb68bd76bf45c6a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 4 May 2022 16:19:38 +0200 Subject: just: add --compatible also to "just analyse" One of the uses of "just analyse" is to obtain the action graph which also contains identifiers depending on the way artifacts are hashed, e.g., blobs or known artifacts. Therefore, make just analyse support compatible mode as well. --- src/buildtool/main/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/main/main.cpp') diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp index 2e54b025..6dd8ea7f 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -75,6 +75,7 @@ auto SetupAnalyseCommandArguments( SetupCommonArguments(app, &clargs->common); SetupAnalysisArguments(app, &clargs->analysis); SetupDiagnosticArguments(app, &clargs->diagnose); + SetupCompatibilityArguments(app); } /// \brief Setup arguments for sub command "just build". -- cgit v1.2.3