aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2017-11-29 09:24:55 +0100
committerGitHub <noreply@github.com>2017-11-29 09:24:55 +0100
commit0f6feb828baf17522a001eddb51495f5ad397444 (patch)
tree76291631846ca530547a2e3d7b13a0f283a76f98 /dep
parent7150f8216933fdb7bb3f3184e34877f0f75dd6f4 (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.
Diffstat (limited to 'dep')
-rw-r--r--dep/jemalloc/jemalloc_internal_defs.h.in.cmake2
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