Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index 37ca46629dc6afb62b5b756d42bb92714af4de75..d9b6297e0faee97cc3a09f0b0bcb215a72cc25c4 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -79,6 +79,10 @@ |
//#define SK_DEBUG |
//#define SK_RELEASE |
+#ifdef DCHECK_ALWAYS_ON |
+ #undef SK_RELEASE |
+ #define SK_DEBUG |
+#endif |
/* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) |
it will call SK_CRASH(). If this is not defined it, it is defined in |