From 4e23068b374023d43c4c725138d523721d975892 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 15 Jan 2013 20:37:04 +0000 Subject: Re-enable inst counting in debug builds. R=robertphillips@google.com Review URL: https://codereview.appspot.com/7098066 git-svn-id: http://skia.googlecode.com/svn/trunk@7206 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 2b1be9f49d..63fc90db72 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -79,7 +79,7 @@ allow instance count tracking in either debug or release builds. By default it is enabled in debug but disabled in release. */ -//#define SK_ENABLE_INST_COUNT +//#define SK_ENABLE_INST_COUNT 1 /* 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 -- cgit v1.2.3