Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libskia/include/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
here.
*/
//#define SK_DEBUG
//#define SK_RELEASE
#define SK_RELEASE

/* Skia has certain debug-only code that is extremely intensive even for debug
builds. This code is useful for diagnosing specific issues, but is not
Expand Down Expand Up @@ -129,7 +129,7 @@
directories from your include search path when you're not building the GPU
backend. Defaults to 1 (build the GPU code).
*/
//#define SK_SUPPORT_GPU 1
#define SK_SUPPORT_GPU 0

/* Skia makes use of histogram logging macros to trace the frequency of
* events. By default, Skia provides no-op versions of these macros.
Expand Down
Loading