diff options
Diffstat (limited to 'skia/config/SkUserConfig.h')
-rw-r--r-- | skia/config/SkUserConfig.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index e88e80c8..e6b5cac 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -76,8 +76,15 @@ based on the presence or absence of NDEBUG, but that decision can be changed here. */ -//#define SK_DEBUG -//#define SK_RELEASE + +// TODO(senorblanco): Force SK_DEBUG temporarily, so we get asserts even in +// Release builds. This is to track down an issue on the reliability bots. +// See http://crbug.com/17569. +// +// This should be removed ASAP. + +#define SK_DEBUG +#undef SK_RELEASE /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) |