diff options
-rw-r--r-- | src/other_tools/just_mr/utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/utils.hpp b/src/other_tools/just_mr/utils.hpp index 753e4b36..d0d33a1e 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -81,7 +81,7 @@ std::map<std::string, JustSubCmdFlags> const kKnownJustSubcommands{ {"analyse", {.config = true, .build_root = true, - .launch = false, + .launch = true, .defines = true, .remote = true, .remote_props = true, |