From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Nobody Date: Mon, 22 Oct 2018 10:45:53 -0700 Subject: dcheck.patch diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h index c34397cde6..5a55535eeb 100644 --- a/include/core/SkPostConfig.h +++ b/include/core/SkPostConfig.h @@ -18,7 +18,7 @@ #ifdef NDEBUG #define SK_RELEASE #else - #define SK_DEBUG + #define SK_RELEASE #endif #endif