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
1a27d411
Commit
1a27d411
authored
Feb 11, 2013
by
antirez
Browse files
Makefile: valgrind target added (forces -O0 and libc malloc).
parent
93ae95de
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
1a27d411
...
...
@@ -217,7 +217,10 @@ gcov:
$(MAKE)
REDIS_CFLAGS
=
"-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST"
REDIS_LDFLAGS
=
"-fprofile-arcs -ftest-coverage"
noopt
:
$(MAKE)
OPT
=
"-O0"
$(MAKE)
OPTIMIZATION
=
"-O0"
valgrind
:
$(MAKE)
OPTIMIZATION
=
"-O0"
MALLOC
=
"libc"
src/help.h
:
@
../utils/generate-command-help.rb
>
help.h
...
...
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