dcheck.patch 488 B

123456789101112131415161718
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Nobody <nobody@nobody>
  3. Date: Mon, 22 Oct 2018 10:45:53 -0700
  4. Subject: dcheck.patch
  5. diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
  6. index c34397cde6..5a55535eeb 100644
  7. --- a/include/core/SkPostConfig.h
  8. +++ b/include/core/SkPostConfig.h
  9. @@ -18,7 +18,7 @@
  10. #ifdef NDEBUG
  11. #define SK_RELEASE
  12. #else
  13. - #define SK_DEBUG
  14. + #define SK_RELEASE
  15. #endif
  16. #endif