summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-11-09 17:56:21 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-11-09 17:56:21 +1100
commit368b307332509312acfb4f4ee80471b5ae0a2d56 (patch)
tree0b938ae5ded796936a98adcf16f784386f3d95b3 /SConstruct
parent3b3cf2a84356413cf588f4cc6c602259904a0ead (diff)
parent97fdf6f6201e48af306a24eea0ef33b74eb170d1 (diff)
downloadmongo-368b307332509312acfb4f4ee80471b5ae0a2d56.tar.gz
Merge pull request #2291 from wiredtiger/win_no_buffering
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 a7d22e49831..6a2b0497d15 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)