summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2011-07-07 12:52:26 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-07 13:12:24 -0700
commitc1f3981ff8068c70fdc3bcaed86dfc4f18a1a29f (patch)
tree9b4d08334df5c4b0e2e564a31e75d4d11f20f6c3 /pod/perltodo.pod
parent48b498b18791bcc7c988e329d6992d185eb66648 (diff)
downloadperl-c1f3981ff8068c70fdc3bcaed86dfc4f18a1a29f.tar.gz
Remove old perltodo
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod9
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index c370b98a41..90a369514b 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -400,15 +400,6 @@ see if there would be a way to use our existing metaconfig units to configure a
Windows Perl or whether we go in a separate direction and make it so. Of
course, we all know what step 3 is.
-=head2 decouple -g and -DDEBUGGING
-
-Currently F<Configure> automatically adds C<-DDEBUGGING> to the C compiler
-flags if it spots C<-g> in the optimiser flags. The pre-processor directive
-C<DEBUGGING> enables F<perl>'s command line C<-D> options, but in the process
-makes F<perl> slower. It would be good to disentangle this logic, so that
-C-level debugging with C<-g> and Perl level debugging with C<-D> can easily
-be enabled independently.
-
=head1 Tasks that need a little C knowledge
These tasks would need a little C knowledge, but don't need any specific