Skip to content

Commit 59cd758

Browse files
committed
SERVER-13528 After taking gperftools issue 581 fixes, renable OS X debug alloc
1 parent e664a76 commit 59cd758

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/third_party/gperftools-2.0/SConscript

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ files = [
3232
'src/stacktrace.cc'
3333
]
3434

35-
# Disable debugallocation on darwin per SERVER-11650, this can be reverted
36-
# when the fix for https://code.google.com/p/gperftools/issues/detail?id=581
37-
# is available in our vendored gperftools
38-
if darwin or (not debugBuild):
35+
if not debugBuild:
3936
files += ['src/tcmalloc.cc'],
4037
else:
4138
files += ['src/debugallocation.cc']

0 commit comments

Comments
 (0)