summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-05-04 16:19:38 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-05-04 16:25:12 +0200
commit11c1e80886847f0a4e4aec682eb68bd76bf45c6a (patch)
treef8d2b0e0acc043df77831a1e413db855092aa5e5 /src
parent5aa5cb7941301205b4285163652178b17888d098 (diff)
downloadjustbuild-11c1e80886847f0a4e4aec682eb68bd76bf45c6a.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/main/main.cpp1
1 files changed, 1 insertions, 0 deletions
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".