TCMalloc can now be manually disabled via develop.py -DDISABLE_TCMALLOC:BOOL=ON
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "llviewerprecompiledheaders.h"
|
||||
#include "sgmemstat.h"
|
||||
|
||||
#if (!LL_WINDOWS && !LL_LINUX)
|
||||
#if (!(LL_LINUX || LL_USE_TCMALLOC))
|
||||
bool SGMemStat::haveStat() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user