This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164336f
)
OS X: could not -Doptimize=-g.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 1 May 2003 18:18:06 +0000
(18:18 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 1 May 2003 18:18:06 +0000
(18:18 +0000)
p4raw-id: //depot/perl@19375
hints/darwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
cdb61b0
..
5b8f38d
100644
(file)
--- a/
hints/darwin.sh
+++ b/
hints/darwin.sh
@@
-51,6
+51,8
@@
archname='darwin';
# nm works.
usenm='true';
+case "$optimize" in
+'')
# Optimizing for size also mean less resident memory usage on the part
# of Perl. Apple asserts that this is a more important optimization than
# saving on CPU cycles. Given that memory speed has not increased at
@@
-64,6
+66,8
@@
if [ -z "${optimize}" ]; then
else
optimize='-O3'
fi
+;;
+esac
# -pipe: makes compilation go faster.
# -fno-common because common symbols are not allowed in MH_DYLIB