]> git.saurik.com Git - redis.git/blobdiff - src/Makefile
Makefile typo fixed for tcmalloc option
[redis.git] / src / Makefile
index dd18b2c70af860c69004084a3bde87117d09d37a..e83a022bd351eb3d0227465800b670f49dc7e368 100644 (file)
@@ -15,6 +15,7 @@ endif
 
 ifeq ($(USE_TCMALLOC),yes)
   CCLINK+= -ltcmalloc
+  CFLAGS+= -DUSE_TCMALLOC
 endif
 CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
 DEBUG?= -g -rdynamic -ggdb