| Index: skia/config/SkUserConfig.h
|
| ===================================================================
|
| --- skia/config/SkUserConfig.h (revision 24086)
|
| +++ skia/config/SkUserConfig.h (working copy)
|
| @@ -76,13 +76,10 @@
|
| based on the presence or absence of NDEBUG, but that decision can be changed
|
| here.
|
| */
|
| +//#define SK_DEBUG
|
| +//#define SK_RELEASE
|
|
|
| -// Force SK_DEBUG even in release, so we get SkASSERTs.
|
| -// TODO(senorblanco): Remove this after a few reliability runs.
|
| -#define SK_DEBUG
|
| -#undef SK_RELEASE
|
|
|
| -
|
| /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger)
|
| it will call SK_CRASH(). If this is not defined it, it is defined in
|
| SkPostConfig.h to write to an illegal address
|
|
|