зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
95a421d2ab
Коммит
a3c8a52d97
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче