mirror of
https://github.com/fluencelabs/redis
synced 2025-05-28 09:41:19 +00:00
Question mark assignment is not needed
This commit is contained in:
parent
cb481f432a
commit
95bc195158
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user