diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 18:19:52 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 18:19:52 +0000 |
commit | 262cc2508c3143eb0fc3565af9df253472dd9bec (patch) | |
tree | e50d1b3b78354fa5454dfcb9a3d85b5263992bc1 /skia/config | |
parent | f1cb2178e3b3fea27414909325b1c8735dda0f50 (diff) | |
download | chromium_src-262cc2508c3143eb0fc3565af9df253472dd9bec.zip chromium_src-262cc2508c3143eb0fc3565af9df253472dd9bec.tar.gz chromium_src-262cc2508c3143eb0fc3565af9df253472dd9bec.tar.bz2 |
Reverting 23625 (which enabled SkASSERT in Release builds). We got some good
stack traces from the reliability bots, which will hopefully let us narrow down
this bug some more.
BUG=none
TEST=none
TBR=maruel
Review URL: http://codereview.chromium.org/173004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-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) |