summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
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