X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0a802bd7a0aff807145470ed43cf84a435e2a615..13b37159259a36168e43f902d6a9c4ed7d4f28c8:/src/Makefile diff --git a/src/Makefile b/src/Makefile index dd18b2c7..e99a18a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,6 +15,7 @@ endif ifeq ($(USE_TCMALLOC),yes) CCLINK+= -ltcmalloc + CCFLAGS+= -DUSE_TCMALLOC endif CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF) DEBUG?= -g -rdynamic -ggdb