summaryrefslogtreecommitdiffstats
path: root/ceee/installer_dll/installer_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/installer_dll/installer_helper.cc')
-rw-r--r--ceee/installer_dll/installer_helper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ceee/installer_dll/installer_helper.cc b/ceee/installer_dll/installer_helper.cc
index f20c8e8..2128228 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;