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
91e56965
Commit
91e56965
authored
Apr 12, 2012
by
antirez
Browse files
Make gcov fixed.
parent
9c83aec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
91e56965
...
@@ -201,7 +201,7 @@ bench: $(REDIS_BENCHMARK_NAME)
...
@@ -201,7 +201,7 @@ bench: $(REDIS_BENCHMARK_NAME)
$(MAKE)
CFLAGS
=
"
$(CFLAGS)
-m32"
LDFLAGS
=
"
$(LDFLAGS)
-m32"
$(MAKE)
CFLAGS
=
"
$(CFLAGS)
-m32"
LDFLAGS
=
"
$(LDFLAGS)
-m32"
gcov
:
gcov
:
$(MAKE)
ADD_CFLAGS
=
"-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST"
$(MAKE)
ADD_CFLAGS
=
"-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST"
ADD_LDFLAGS
=
"-fprofile-arcs -ftest-coverage"
noopt
:
noopt
:
$(MAKE)
OPT
=
"-O0"
$(MAKE)
OPT
=
"-O0"
...
...
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