diff options
-rw-r--r-- | skia/config/SkUserConfig.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index e6b5cac..e88e80c8 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -76,15 +76,8 @@ based on the presence or absence of NDEBUG, but that decision can be changed here. */ - -// 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 +//#define SK_DEBUG +//#define SK_RELEASE /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) |