Re: [perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-07-02 Thread Andy Dougherty
On Sun, 24 Jun 2007, James Keenan via RT wrote: 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:

[perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-06-24 Thread James Keenan via RT
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') ) {

Re: [perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-06-24 Thread Mark Glines
On Sun, 24 Jun 2007 21:13:14 -0700 James Keenan via RT [EMAIL PROTECTED] wrote: The profiling options code in config/init/defaults.pm reads: if ( $conf-options-get('profile') ) { $conf-data-set( cc_debug = -pg , ld_debug = -pg , ); }

[perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-02-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41497] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41497 The profiling options used in config/init/defaults.pm are specific to gcc. This