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
hiredis
Commits
f9a32298
Commit
f9a32298
authored
Jun 19, 2011
by
Pieter Noordhuis
Browse files
Fix gprof target
parent
54a10a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f9a32298
...
@@ -131,7 +131,7 @@ install: $(DYLIBNAME) $(STLIBNAME)
...
@@ -131,7 +131,7 @@ install: $(DYLIBNAME) $(STLIBNAME)
$(MAKE)
CFLAGS
=
"-m32"
LDFLAGS
=
"-m32"
$(MAKE)
CFLAGS
=
"-m32"
LDFLAGS
=
"-m32"
gprof
:
gprof
:
$(MAKE)
CFLAGS
=
"-pg"
$(MAKE)
CFLAGS
=
"-pg"
LDFLAGS
=
"-pg"
gcov
:
gcov
:
$(MAKE)
CFLAGS
=
"-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"-fprofile-arcs"
$(MAKE)
CFLAGS
=
"-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"-fprofile-arcs"
...
...
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