From 14dfdd24e67d101c55c9e997db7cc6345d55cad9 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 9 Jun 2016 23:32:21 +0200 Subject: [PATCH] added JEMALLOC, corrected wording --- GNUmakefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index bf7df0f287..5ed548b8ac 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,9 +9,9 @@ SRC=$(shell pwd |sed "s;.*/;;") .PHONY: warning help warning: - @echo "ArangoDB has switch to CMAKE. In order to compile, use:" + @echo "ArangoDB has switched to CMAKE. In order to compile, use:" @echo "" - @echo " mkdir build" + @echo " mkdir -p build" @echo " cd build" @echo " cmake .. -DCMAKE_BUILD_TYPE=Release" @echo " make" @@ -54,6 +54,10 @@ help: @echo " -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl" @echo " sets the location of the openssl includes and libraries" @echo "" + @echo "JEMALLOC supports:" + @echo " -DUSE_JEMALLOC=on" + @echo " if ON, link against JEMALLOC" + @echo "" @echo "TCMALLOC supports:" @echo " -DUSE_TCMALLOC=on" @echo " if ON, link against TCMALLOC"