projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166cf8a
)
Question mark assignment is not needed
author
Pieter Noordhuis
<pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 00:41:40 +0000
(17:41 -0700)
committer
Pieter Noordhuis
<pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 00:52:33 +0000
(17:52 -0700)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 859e378e71e4597390ca2f7d058a27c7c741c9bb..9deeda4cc204b97f1f9c07735d148fc79f82e6c5 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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