cvs commit: ponie Configure.pl
[email protected] (Arthur Bergman)
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/12/10 07:24:11 Modified: . Configure.pl Log: it makes sense to always build with debugging Revision Changes Path 1.7 +1 -0 ponie/Configure.pl Index: Configure.pl =================================================================== RCS file: /cvs/public/ponie/Configure.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- Configure.pl 27 Oct 2003 15:29:19 -0000 1.6 +++ Configure.pl 10 Dec 2003 15:24:10 -0000 1.7 @@ -24,6 +24,7 @@ push @config_args,'-Dnoextensions=Encode'; push @config_args,'-de'; push @config_args,'-Dusedevel'; +push @config_args,"-Doptimize='-g'";