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
34c943b3
Commit
34c943b3
authored
Apr 13, 2012
by
Pieter Noordhuis
Browse files
Don't set flags recursively
parent
620357fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
34c943b3
...
@@ -199,7 +199,7 @@ bench: $(REDIS_BENCHMARK_NAME)
...
@@ -199,7 +199,7 @@ bench: $(REDIS_BENCHMARK_NAME)
@
echo
""
@
echo
""
@
echo
"WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
@
echo
"WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
@
echo
""
@
echo
""
$(MAKE)
CFLAGS
=
"
$(CFLAGS)
-m32"
LDFLAGS
=
"
$(LDFLAGS)
-m32"
$(MAKE)
CFLAGS
=
"-m32"
LDFLAGS
=
"-m32"
gcov
:
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"
...
...
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