Skip to content

Commit

Permalink
Fix gprof target
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jun 19, 2011
1 parent 54a10a2 commit f9a3229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ install: $(DYLIBNAME) $(STLIBNAME)
$(MAKE) CFLAGS="-m32" LDFLAGS="-m32"

gprof:
$(MAKE) CFLAGS="-pg"
$(MAKE) CFLAGS="-pg" LDFLAGS="-pg"

gcov:
$(MAKE) CFLAGS="-fprofile-arcs -ftest-coverage" LDFLAGS="-fprofile-arcs"
Expand Down

0 comments on commit f9a3229

Please sign in to comment.