This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69fde0
)
-DDEBUGGING=both doesn't set -g
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Mon, 4 Dec 2006 03:10:31 +0000
(19:10 -0800)
committer
H.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
patch
|
blob
|
blame
|
history
diff --git
a/U/compline/ccflags.U
b/U/compline/ccflags.U
index
59848ef
..
86dc4bc
100644
(file)
--- a/
U/compline/ccflags.U
+++ b/
U/compline/ccflags.U
@@
-130,7
+130,7
@@
case "$EBUGGING" in
esac
case "$DEBUGGING" in
--g|$define)
+-g|
both|
$define)
case "$optimize" in
*-g*) ;;
*) optimize="$optimize -g" ;;