Index: Source/wtf/Assertions.h |
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
index 6f87f9888e5f34353544c19cbd759cdb4744f264..c1997e91bb8e51c296a3cfb679937150cd246325 100644 |
--- a/Source/wtf/Assertions.h |
+++ b/Source/wtf/Assertions.h |
@@ -43,12 +43,14 @@ |
#include "wtf/Compiler.h" |
#include "wtf/WTFExport.h" |
+#ifndef ASSERTIONS_DISABLED_DEFAULT |
#ifdef NDEBUG |
/* Disable ASSERT* macros in release mode. */ |
#define ASSERTIONS_DISABLED_DEFAULT 1 |
#else |
#define ASSERTIONS_DISABLED_DEFAULT 0 |
#endif |
+#endif |
#ifndef BACKTRACE_DISABLED |
#define BACKTRACE_DISABLED ASSERTIONS_DISABLED_DEFAULT |