mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05: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
|
# Default allocator
|
||||||
ifeq ($(uname_S),Linux)
|
ifeq ($(uname_S),Linux)
|
||||||
MALLOC?=jemalloc
|
MALLOC=jemalloc
|
||||||
else
|
else
|
||||||
MALLOC?=libc
|
MALLOC=libc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Backwards compatibility for selecting an allocator
|
# Backwards compatibility for selecting an allocator
|
||||||
|
Loading…
Reference in New Issue
Block a user