Commit 1a587ff8 authored by antirez's avatar antirez
Browse files

Makefile typo fixed for tcmalloc option

parent 13b37159
...@@ -15,7 +15,7 @@ endif ...@@ -15,7 +15,7 @@ endif
ifeq ($(USE_TCMALLOC),yes) ifeq ($(USE_TCMALLOC),yes)
CCLINK+= -ltcmalloc CCLINK+= -ltcmalloc
CCFLAGS+= -DUSE_TCMALLOC CFLAGS+= -DUSE_TCMALLOC
endif endif
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF) CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
DEBUG?= -g -rdynamic -ggdb DEBUG?= -g -rdynamic -ggdb
......
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