diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-04-23 12:57:52 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-04-24 18:29:39 -0400 |
commit | 3800339557b1003b77d79dc2c536b21f22ca2abf (patch) | |
tree | f9d0627d6db5f2108f32b95fb7f4d18aef355a7a /build_win | |
parent | f80670de2a961a2dec5e00d35e098c37c8f4d7ea (diff) | |
download | mongo-3800339557b1003b77d79dc2c536b21f22ca2abf.tar.gz |
TC Malloc
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/wiredtiger_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_win/wiredtiger_config.h b/build_win/wiredtiger_config.h index 80dc11d7671..d1ed307cb85 100644 --- a/build_win/wiredtiger_config.h +++ b/build_win/wiredtiger_config.h @@ -70,6 +70,9 @@ /* Define to 1 if you have the `snappy' library (-lsnappy). */ /* #undef HAVE_LIBSNAPPY */ +/* Define to 1 if you have the `tcmalloc' library (-ltcmalloc). */ +/* #undef HAVE_LIBTCMALLOC */ + /* Define to 1 if you have the `z' library (-lz). */ /* #undef HAVE_LIBZ */ |