This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-DDEBUGGING=both doesn't set -g
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Mon, 4 Dec 2006 03:10:31 +0000 (19:10 -0800)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 4 Dec 2006 11:23:20 +0000 (11:23 +0000)
Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>

p4raw-id: //depot/metaconfig@29447

U/compline/ccflags.U

index 59848ef..86dc4bc 100644 (file)
@@ -130,7 +130,7 @@ case "$EBUGGING" in
 esac
 
 case "$DEBUGGING" in
--g|$define)
+-g|both|$define)
     case "$optimize" in
        *-g*) ;;
        *)    optimize="$optimize -g" ;;