зеркало из 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:
Родитель
c371efaf06
Коммит
6649f8f02c
|
@ -63,7 +63,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 1
|
||||
#define SK_ENABLE_INST_COUNT 0
|
||||
|
||||
/* 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче