Skip to content
jgoerzen edited this page Sep 14, 2010 · 1 revision

In order to get Profiling Support for MissingH, you need to compile MissingH with profiling support. This option can be enabled in the configure state, so when building MissingH, you should take the following steps:

./setup configure -p
./setup build
./setup install

The difference with normal compilation is that you add the -p option to the configure step. This step will probably complain that profiling for some prerequisites are missing, and you should (re)compile them again, with the same option during the configure step.

Clone this wiki locally