diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-07-23 14:20:35 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-23 22:52:02 +0000 |
commit | 1167a30e646ca68516b6d6fe00c979246aa8df3a (patch) | |
tree | 52f2acf84b86888ebb5fe7ff218ff3300cb23ef0 /cflags.SH | |
parent | c3be8c6e992cd429c91bc2f69757e27ca402e340 (diff) | |
download | perl-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-x | cflags.SH | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |