summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-11-05 14:27:39 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-11-05 16:57:23 -0500
commit310023deba9286c666118726ab2e3d5febce4e7c (patch)
tree3675e39e40365a80b593d86808b1fc1ca7acd12e /SConstruct
parent4f12395150f6b8c743697dad12760b912b2370b6 (diff)
downloadmongo-310023deba9286c666118726ab2e3d5febce4e7c.tar.gz
WT-2200 Change WiredTiger caching strategy on Windows
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 70ed6e0220b..a10f02544f2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -167,6 +167,7 @@ if useTcmalloc:
if conf.CheckCHeader('gperftools/tcmalloc.h'):
wtlibs.append("libtcmalloc_minimal")
conf.env.Append(CPPDEFINES=['HAVE_LIBTCMALLOC'])
+ conf.env.Append(CPPDEFINES=['HAVE_POSIX_MEMALIGN'])
else:
print 'tcmalloc.h must be installed!'
Exit(1)