Author: paultcochrane
Date: Tue Feb 13 09:11:42 2007
New Revision: 16968
Modified:
trunk/config/init/defaults.pm
Log:
[config] Converted TODO items into RT ticket numbers
Modified: trunk/config/init/defaults.pm
==============================================================================
--- trunk/config/init/defaults.pm (original)
+++ trunk/config/init/defaults.pm Tue Feb 13 09:11:42 2007
@@ -189,9 +189,9 @@
);
# add profiling if needed
- # FIXME gcc syntax
+ # RT#41497 gcc syntax
# we should have this in the hints files e.g. cc_profile
- # FIXME move profiling to it's own step
+ # RT#41496 move profiling to it's own step
if ( $conf->options->get('profile') ) {
$conf->data->set(
cc_debug => " -pg ",