Bug 910754 - As we never build Skia statically, disable Skia's instance counting as it requires being built as a static library. r=snorp

This commit is contained in:
George Wright 2014-02-13 16:55:43 -05:00
Родитель 95a421d2ab
Коммит a3c8a52d97
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@
allow instance count tracking in either debug or release builds. By allow instance count tracking in either debug or release builds. By
default it is enabled in debug but disabled in release. default it is enabled in debug but disabled in release.
*/ */
//#define SK_ENABLE_INST_COUNT 1 #define SK_ENABLE_INST_COUNT 0
/* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) /* 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 it will call SK_CRASH(). If this is not defined it, it is defined in