[svn:ponie] rev 298 - trunk

[email protected] 24 Jun 2005 21:43:33 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Fri Jun 24 14:43:32 2005
New Revision: 298

Modified:
   trunk/Configure.pl
Log:
DEBUG_LEAKING_SCALARS_FORK_DUMP seems to sometimes cause problems when used
as the default.


Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	(original)
+++ trunk/Configure.pl	Fri Jun 24 14:43:32 2005
@@ -62,7 +62,7 @@ push @config_args,'-Uuse5005threads';
 push @config_args,"-Doptimize='-g'";
 push @config_args,"-Dprefix=$prefix";
 # This is potentially very useful
-push @config_args,'-Accflags=-DDEBUG_LEAKING_SCALARS_FORK_DUMP';
+# push @config_args,'-Accflags=-DDEBUG_LEAKING_SCALARS_FORK_DUMP';
 
 delete($ENV{'PERL5LIB'});