Commit c04278ba authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Question mark assignment is not needed

parent 166cf8a3
...@@ -38,9 +38,9 @@ FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment