summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-01-05 18:24:42 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-01-05 18:24:42 -0500
commitd3b0a1375509f772ec3ddbc790b5a5d9f4fa7594 (patch)
tree0ad5d1081baf56187f72f866ea5cb27ab3f12e63 /indra/cmake/GooglePerfTools.cmake
parentba67b9359f13968b13b1facbb1e4c7948405b767 (diff)
SH-2789 WIP - fix for linux build failure
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rwxr-xr-xindra/cmake/GooglePerfTools.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 0c31d73655..834da6d9b8 100755
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -47,7 +47,7 @@ endif (WINDOWS)
# Apparently buggy - LL_USE_TCMALLOC never gets set. Fix when we have time to test the
# corresponding source code.
if (USE_TCMALLOC)
- set(TCMALLOC_FLAG -ULL_USE_TCMALLOC=1)
+ set(TCMALLOC_FLAG -ULL_USE_TCMALLOC) # was -ULL_USE_TCMALLOC=1 which makes no sense.
else (USE_TCMALLOC)
set(TCMALLOC_FLAG -ULL_USE_TCMALLOC)
endif (USE_TCMALLOC)