Change 29448 by [EMAIL PROTECTED] on 2006/12/04 11:24:57
Subject: -DDEBUGGING=both doesn't set -g
From: "Yitzchak Scott-Thoennes" <[EMAIL PROTECTED]>
Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Configure#632 edit
Differences ...
==== //depot/perl/Configure#632 (xtext) ====
Index: perl/Configure
--- perl/Configure#631~29338~ 2006-11-21 07:16:46.000000000 -0800
+++ perl/Configure 2006-12-04 03:24:57.000000000 -0800
@@ -26,7 +26,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Nov 21 16:13:46 CET 2006 [metaconfig 3.0 PL70]
+# Generated on Mon Dec 4 12:24:11 CET 2006 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -4992,7 +4992,7 @@
esac
case "$DEBUGGING" in
--g|$define)
+-g|both|$define)
case "$optimize" in
*-g*) ;;
*) optimize="$optimize -g" ;;
End of Patch.