summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-07-23 14:20:35 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-23 22:52:02 +0000
commit1167a30e646ca68516b6d6fe00c979246aa8df3a (patch)
tree52f2acf84b86888ebb5fe7ff218ff3300cb23ef0 /cflags.SH
parentc3be8c6e992cd429c91bc2f69757e27ca402e340 (diff)
downloadperl-1167a30e646ca68516b6d6fe00c979246aa8df3a.tar.gz
OPTIMIZE= during perl make
Message-ID: <20010723182035.A14192@math.ohio-state.edu> p4raw-id: //depot/perl@11459
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH7
1 files changed, 7 insertions, 0 deletions
diff --git a/cflags.SH b/cflags.SH
index d2564afe96..44d19e49ca 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -42,6 +42,13 @@ case $PERL_CONFIG_SH in
;;
esac
+case "X$1" in
+Xoptimize=*)
+ eval "$1"
+ shift
+ ;;
+esac
+
perltype=''
optdebug='' # ensure -g used if building a -DDEBUGGING libperl
case $# in