summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2014-04-09 15:24:23 -0400
committerAndrew Morrow <acm@mongodb.com>2014-04-11 12:01:48 -0400
commit59cd758a960f78810d20fc2ede7355eda5a5164a (patch)
treed579883122bceb4a47fd0597c92812c8e79dde68 /src/third_party
parente664a766e564e74cb43386e0f46cd1c453a6bec0 (diff)
downloadmongo-59cd758a960f78810d20fc2ede7355eda5a5164a.tar.gz
SERVER-13528 After taking gperftools issue 581 fixes, renable OS X debug alloc
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/gperftools-2.0/SConscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/third_party/gperftools-2.0/SConscript b/src/third_party/gperftools-2.0/SConscript
index c995cbc8f16..3335a6504cb 100644
--- a/src/third_party/gperftools-2.0/SConscript
+++ b/src/third_party/gperftools-2.0/SConscript
@@ -32,10 +32,7 @@ files = [
'src/stacktrace.cc'
]
-# Disable debugallocation on darwin per SERVER-11650, this can be reverted
-# when the fix for https://code.google.com/p/gperftools/issues/detail?id=581
-# is available in our vendored gperftools
-if darwin or (not debugBuild):
+if not debugBuild:
files += ['src/tcmalloc.cc'],
else:
files += ['src/debugallocation.cc']