summaryrefslogtreecommitdiffstats
path: root/skia/config
diff options
context:
space:
mode:
Diffstat (limited to 'skia/config')
-rw-r--r--skia/config/SkUserConfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index e88e80c8..1261580 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -76,7 +76,10 @@
based on the presence or absence of NDEBUG, but that decision can be changed
here.
*/
-//#define SK_DEBUG
+
+// Force SK_DEBUG even in release, so we get SkASSERTs.
+// TODO(senorblanco): Remove this after a few reliability runs.
+#define SK_DEBUG
//#define SK_RELEASE