summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/cli.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/cli.hpp')
-rw-r--r--src/other_tools/just_mr/cli.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp
index cf4b0346..c4773952 100644
--- a/src/other_tools/just_mr/cli.hpp
+++ b/src/other_tools/just_mr/cli.hpp
@@ -55,7 +55,7 @@ struct MultiRepoCommonArguments {
std::size_t jobs{std::max(1U, std::thread::hardware_concurrency())};
std::vector<std::string> defines{};
std::optional<std::string> remote_execution_address;
- std::optional<bool> compatible{std::nullopt};
+ bool compatible{false};
std::optional<std::string> remote_serve_address;
bool fetch_absent{false};
};