Fix gprof target
This commit is contained in:
parent
54a10a27e7
commit
f9a3229873
2
Makefile
2
Makefile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user