aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zen/cmds/builds_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zen/cmds/builds_cmd.cpp b/src/zen/cmds/builds_cmd.cpp
index 57739cd94..088a4d641 100644
--- a/src/zen/cmds/builds_cmd.cpp
+++ b/src/zen/cmds/builds_cmd.cpp
@@ -703,7 +703,7 @@ namespace {
#endif // EXTRA_VERIFY
}
- bool g_UseDeltaEncoding = true;
+ static bool g_UseDeltaEncoding = false;
void WriteBuildContentToCompactBinary(CbObjectWriter& PartManifestWriter,
const SourcePlatform Platform,
@@ -6876,7 +6876,7 @@ BuildsCommand::BuildsCommand()
m_UploadOptions.add_option("",
"",
"allow-deltaencoding",
- "Allow efficient encoding of build manifest. Defaults to true.",
+ "Allow efficient encoding of build manifest. Defaults to false.",
cxxopts::value(g_UseDeltaEncoding),
"<allowdeltaencoding>");