From 310023deba9286c666118726ab2e3d5febce4e7c Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Thu, 5 Nov 2015 14:27:39 -0500 Subject: WT-2200 Change WiredTiger caching strategy on Windows --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') 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) -- cgit v1.2.1