mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Makefile typo fixed for tcmalloc option
This commit is contained in:
parent
13b3715925
commit
1a587ff843
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user