diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-12-21 02:19:12 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-12-21 02:19:12 +0000 |
commit | 2fadfa2cfb0cb2e9c2855a3d2d02fc277a7147f1 (patch) | |
tree | 0b2048faa0d5e773f1f4774e5b3d48f654e40e88 /devel/fnccheck | |
parent | 9edbb794ddcdb7a59f953f0784f8def772f5eceb (diff) | |
download | ports-2fadfa2cfb0cb2e9c2855a3d2d02fc277a7147f1.tar.gz ports-2fadfa2cfb0cb2e9c2855a3d2d02fc277a7147f1.zip |
Notes
Diffstat (limited to 'devel/fnccheck')
-rw-r--r-- | devel/fnccheck/pkg-descr | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/fnccheck/pkg-descr b/devel/fnccheck/pkg-descr index f591f0220547..ad9223d22b67 100644 --- a/devel/fnccheck/pkg-descr +++ b/devel/fnccheck/pkg-descr @@ -5,6 +5,3 @@ time spend in functions, number of calls and other things. In order to use FncCheck, you have to compile your .o files with '-finstrument-functions -g' switches (gcc V2.95.2 and higher). You have then to link your executable with the library 'libfnccheck.so'. - -- George Reid -greid@ukug.uk.freebsd.org |