aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildJeMalloc.cmake
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-09-04 11:11:14 -0300
committerFelipe Morales <hel.sheep@gmail.com>2015-09-22 07:43:08 +0200
commite29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6 (patch)
tree043c36eff21d73802af1e21b58c04a073c0c0e44 /third-party/cmake/BuildJeMalloc.cmake
parent2417aeebbffe58eab6ac39feac0f64a27aafbee2 (diff)
downloadrneovim-e29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6.tar.gz
rneovim-e29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6.tar.bz2
rneovim-e29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6.zip
third-party: update jemalloc to 4.0.2
jemalloc 4.0 adds support for OpenBSD, DragonFlyBSD and other platforms. Release notes: https://github.com/jemalloc/jemalloc/releases/tag/4.0.0 4.0.1 and 4.0.2 are bugfix releases Release notes: https://github.com/jemalloc/jemalloc/releases/tag/4.0.1 https://github.com/jemalloc/jemalloc/releases/tag/4.0.2
Diffstat (limited to 'third-party/cmake/BuildJeMalloc.cmake')
-rw-r--r--third-party/cmake/BuildJeMalloc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildJeMalloc.cmake b/third-party/cmake/BuildJeMalloc.cmake
index 5aaad2f25c..8b0fac36a4 100644
--- a/third-party/cmake/BuildJeMalloc.cmake
+++ b/third-party/cmake/BuildJeMalloc.cmake
@@ -16,7 +16,7 @@ ExternalProject_Add(jemalloc
-DUSE_EXISTING_SRC_DIR=${USE_EXISTING_SRC_DIR}
-P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
BUILD_IN_SOURCE 1
- CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/jemalloc/configure --enable-cc-silence
+ CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/jemalloc/configure
CC=${DEPS_C_COMPILER} --prefix=${DEPS_INSTALL_DIR}
BUILD_COMMAND ""
INSTALL_COMMAND ${MAKE_PRG} install_include install_lib)