diff options
author | Richard Hughes <richard@hughsie.com> | 2009-05-28 09:37:22 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-05-28 09:37:22 +0100 |
commit | 0e0b909aeb771925b0f179e40c7ee7010dbcf523 (patch) | |
tree | 07ecad95943cb52f54113fa3fa831a0b096eae7d /HACKING | |
parent | e8a68d6f8766251d49b66cb8c2773222f0c565d6 (diff) |
Remove support for the unused gcov and gprof testing tools
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -63,12 +63,6 @@ Remember: Use 'make security-check' to find obvious security problems. Use "ITS4: ignore" if you are totally 100% sure that it's not a problem. -If you compile with --enable-gcov you can use 'make gcov' to get coverage -reports for the unit test code. -If you compile with --enable-gprof you can use 'make gprof' to get profiling -data - but you probably don't want to be building packages with these options -turned on for obvious reasons. - Submitting Patches ------------------ Use 'git format-patch' to generate patches against a checked out copy |