mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 05:52:13 +00:00
Makefile: valgrind target added (forces -O0 and libc malloc).
This commit is contained in:
parent
8a22934c68
commit
c970816e4d
@ -217,7 +217,10 @@ gcov:
|
|||||||
$(MAKE) REDIS_CFLAGS="-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST" REDIS_LDFLAGS="-fprofile-arcs -ftest-coverage"
|
$(MAKE) REDIS_CFLAGS="-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST" REDIS_LDFLAGS="-fprofile-arcs -ftest-coverage"
|
||||||
|
|
||||||
noopt:
|
noopt:
|
||||||
$(MAKE) OPT="-O0"
|
$(MAKE) OPTIMIZATION="-O0"
|
||||||
|
|
||||||
|
valgrind:
|
||||||
|
$(MAKE) OPTIMIZATION="-O0" MALLOC="libc"
|
||||||
|
|
||||||
src/help.h:
|
src/help.h:
|
||||||
@../utils/generate-command-help.rb > help.h
|
@../utils/generate-command-help.rb > help.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user