]> git.saurik.com Git - redis.git/blobdiff - src/Makefile
Question mark assignment is not needed
[redis.git] / src / Makefile
index 859e378e71e4597390ca2f7d058a27c7c741c9bb..9deeda4cc204b97f1f9c07735d148fc79f82e6c5 100644 (file)
@@ -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