mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
turn off count-mem-usage by dflt
This commit is contained in:
parent
d69c53d55c
commit
71db71617f
@ -382,8 +382,7 @@ MemoryUsage() {
|
|||||||
// tracks the total memory allocation. However, it only works for
|
// tracks the total memory allocation. However, it only works for
|
||||||
// certain build environments.
|
// certain build environments.
|
||||||
#if defined(WIN32_VC) && defined(_DEBUG)
|
#if defined(WIN32_VC) && defined(_DEBUG)
|
||||||
_count_memory_usage =
|
_count_memory_usage = config_express.GetBool("count-memory-usage", false);
|
||||||
config_express.GetBool("count-memory-usage", true);
|
|
||||||
#else
|
#else
|
||||||
_count_memory_usage = false;
|
_count_memory_usage = false;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user