Commit f9a32298 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Fix gprof target

parent 54a10a27
...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment