On Tue Feb 13 08:06:53 2007, ptc wrote: > The profiling options used in config/init/defaults.pm are specific to > gcc. This should probably be specified in the relevant hints file.
The profiling options code in config/init/defaults.pm reads:
if ( $conf->options->get('profile') ) {
$conf->data->set(
cc_debug => " -pg ",
ld_debug => " -pg ",
);
}
Can anyone confirm that these are indeed gcc-specific? Thanks.
kid51
