tcmalloc on by default

master
Brad Payne (Vir Linden) 2012-02-03 14:10:51 -05:00
parent b9376ab990
commit b13fe12fb9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include(Prebuilt)
# If you want to enable or disable TCMALLOC in viewer builds, this is the place.
# set ON or OFF as desired.
set (USE_TCMALLOC OFF)
set (USE_TCMALLOC ON)
if (STANDALONE)
include(FindGooglePerfTools)