X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cb481f432af0bcd2850c5cd0ef1a93906594976f..95bc195158d2d9951a8534a993182399f2bb49b8:/src/Makefile diff --git a/src/Makefile b/src/Makefile index e6972640..b3ada6ff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,9 +38,9 @@ FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src # Default allocator ifeq ($(uname_S),Linux) - MALLOC?=jemalloc + MALLOC=jemalloc else - MALLOC?=libc + MALLOC=libc endif # Backwards compatibility for selecting an allocator