diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2006-12-03 19:10:31 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-12-04 11:24:57 +0000 |
commit | 5a7c70d6ca8b94092b0d31b2bf354dff7fe65494 (patch) | |
tree | 8763da68e035dbdd6f7d9347f42ac5b6a63a23f1 /Configure | |
parent | 235ac35db87eeb01f0e613de4bd82180b6fa10e8 (diff) | |
download | perl-5a7c70d6ca8b94092b0d31b2bf354dff7fe65494.tar.gz |
-DDEBUGGING=both doesn't set -g
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
p4raw-id: //depot/perl@29448
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 perlbug@perl.org) cat >c1$$ <<EOF @@ -4992,7 +4992,7 @@ case "$EBUGGING" in esac case "$DEBUGGING" in --g|$define) +-g|both|$define) case "$optimize" in *-g*) ;; *) optimize="$optimize -g" ;; |