Disabled debug checks in Skia (currently Electron violates them)
This commit is contained in:
Родитель
53dc21a8f8
Коммит
7a9d4a1c9c
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
|
Загрузка…
Ссылка в новой задаче