We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e664a76 commit 59cd758Copy full SHA for 59cd758
src/third_party/gperftools-2.0/SConscript
@@ -32,10 +32,7 @@ files = [
32
'src/stacktrace.cc'
33
]
34
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):
+if not debugBuild:
39
files += ['src/tcmalloc.cc'],
40
else:
41
files += ['src/debugallocation.cc']
0 commit comments