Index: ceee/installer_dll/installer_helper.cc |
diff --git a/ceee/installer_dll/installer_helper.cc b/ceee/installer_dll/installer_helper.cc |
index 003bb9fd399143aeab7c26ad1f6747ac59c8e897..011e37f4205d8865f4b36c7b1d38a9db6550e264 100644 |
--- a/ceee/installer_dll/installer_helper.cc |
+++ b/ceee/installer_dll/installer_helper.cc |
@@ -46,7 +46,8 @@ InstallerHelperModule::InstallerHelperModule() { |
logfile_path, |
logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG, |
logging::LOCK_LOG_FILE, |
- logging::APPEND_TO_OLD_LOG_FILE); |
+ logging::APPEND_TO_OLD_LOG_FILE, |
+ logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS); |
} |
InstallerHelperModule _AtlModule; |