mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 03:33:28 +00:00
Question mark assignment is not needed
This commit is contained in:
parent
166cf8a3b8
commit
c04278ba3b
@ -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…
Reference in New Issue
Block a user