]> git.saurik.com Git - redis.git/commitdiff
Makefile typo fixed for tcmalloc option
authorantirez <antirez@gmail.com>
Thu, 21 Oct 2010 22:16:32 +0000 (00:16 +0200)
committerantirez <antirez@gmail.com>
Thu, 21 Oct 2010 22:16:32 +0000 (00:16 +0200)
src/Makefile

index e99a18a5b582161a68383592cb79cc343696b214..e83a022bd351eb3d0227465800b670f49dc7e368 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 ifeq ($(USE_TCMALLOC),yes)
   CCLINK+= -ltcmalloc
-  CCFLAGS+= -DUSE_TCMALLOC
+  CFLAGS+= -DUSE_TCMALLOC
 endif
 CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
 DEBUG?= -g -rdynamic -ggdb