aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildJeMalloc.cmake
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-09-22 08:03:19 +0200
committerFelipe Morales <hel.sheep@gmail.com>2015-09-22 08:03:19 +0200
commit1ba081a6735e74446d5e9e05d0fb0bf9cca31f63 (patch)
tree043c36eff21d73802af1e21b58c04a073c0c0e44 /third-party/cmake/BuildJeMalloc.cmake
parent2417aeebbffe58eab6ac39feac0f64a27aafbee2 (diff)
parente29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6 (diff)
downloadrneovim-1ba081a6735e74446d5e9e05d0fb0bf9cca31f63.tar.gz
rneovim-1ba081a6735e74446d5e9e05d0fb0bf9cca31f63.tar.bz2
rneovim-1ba081a6735e74446d5e9e05d0fb0bf9cca31f63.zip
Merge pull request #3289 from fmoralesc/update-jemalloc
third-party: update jemalloc to 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)