[svn:ponie] rev 293 - trunk

[email protected] 24 Jun 2005 16:49:43 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Fri Jun 24 09:49:43 2005
New Revision: 293

Modified:
   trunk/Configure.pl
Log:
Always build perl with DEBUG_LEAKING_SCALARS_FORK_DUMP (for now) as it's very
useful.


Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	(original)
+++ trunk/Configure.pl	Fri Jun 24 09:49:43 2005
@@ -60,6 +60,8 @@ push @config_args,'-Uuse5005threads';
 # parse Configure's arguments.
 push @config_args,"-Doptimize='-g'";
 push @config_args,"-Dprefix=$prefix";
+# This is potentially very useful
+push @config_args,'-Accflags=-DDEBUG_LEAKING_SCALARS_FORK_DUMP';
 
 delete($ENV{'PERL5LIB'});