Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1a587ff8
Commit
1a587ff8
authored
Oct 22, 2010
by
antirez
Browse files
Makefile typo fixed for tcmalloc option
parent
13b37159
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
1a587ff8
...
...
@@ -15,7 +15,7 @@ endif
ifeq
($(USE_TCMALLOC),yes)
CCLINK
+=
-ltcmalloc
C
CFLAGS
+=
-DUSE_TCMALLOC
CFLAGS
+=
-DUSE_TCMALLOC
endif
CCOPT
=
$(CFLAGS)
$(CCLINK)
$(ARCH)
$(PROF)
DEBUG
?=
-g
-rdynamic
-ggdb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment