diff options
author | jackpoz <giacomopoz@gmail.com> | 2017-11-29 09:24:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-29 09:24:55 +0100 |
commit | 0f6feb828baf17522a001eddb51495f5ad397444 (patch) | |
tree | 76291631846ca530547a2e3d7b13a0f283a76f98 | |
parent | 7150f8216933fdb7bb3f3184e34877f0f75dd6f4 (diff) |
Dep/Jemalloc: Temporarily disable MADV_FREE
Temporarily disable MADV_FREE until CMake file is modified to check if MADV_FREE is available on the current system.
This fixes the build on older systems.
-rw-r--r-- | dep/jemalloc/jemalloc_internal_defs.h.in.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/jemalloc/jemalloc_internal_defs.h.in.cmake b/dep/jemalloc/jemalloc_internal_defs.h.in.cmake index 214435283d6..5af111726be 100644 --- a/dep/jemalloc/jemalloc_internal_defs.h.in.cmake +++ b/dep/jemalloc/jemalloc_internal_defs.h.in.cmake @@ -268,7 +268,7 @@ * MADV_FREE, though typically with higher * system overhead. */ -#define JEMALLOC_PURGE_MADVISE_FREE +/*#define JEMALLOC_PURGE_MADVISE_FREE*/ #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS 1 |