summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-09-23 14:59:03 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-09-23 14:59:03 -0400
commit7f9285979d744ee3591f810928e2ab570baba90e (patch)
tree2e5a63748f124eff3d3139cf8db327da8db69bc7 /indra/newview
parentbc488500962f75ac6d5dcdac4db4f2d7f293bf89 (diff)
WIP make tcmalloc work on linux (JIRA pending)
First pass at integrating the linux version of tcmalloc. Code will be reviewed in a later commit before pushing.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 8296c28e80..9269c4a85b 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -937,6 +937,7 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libalut.so")
self.path("libopenal.so", "libopenal.so.1")
self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname
+ self.path("libtcmalloc_minimal.so", "libtcmalloc_minimal.so") #formerly called google perf tools
try:
self.path("libkdu.so")
pass