diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 21:15:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 21:15:06 +0000 |
commit | 23ba291d5a581f12c90346ee6444229b5c863176 (patch) | |
tree | 4515542795fafe99600b641f46cf7bb5e4104c3d /hints | |
parent | 1381c0fe30055e383685f2b69d589d9b44b11929 (diff) | |
download | perl-23ba291d5a581f12c90346ee6444229b5c863176.tar.gz |
More compilation tweakery from Allen Smith.
p4raw-id: //depot/cfgperl@6100
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 6d5b51be48..ce301df2ff 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -236,7 +236,8 @@ ldflags="$ldflags -Wl,-woff,84" # workaround for an optimizer bug case "`$cc -version 2>&1`" in -*7.2.*|*7.3.1.*) op_cflags='optimize=-O1' ;; +*7.2.*) op_cflags='optimize=-O1'; opmini_cflags='optimize=-O1' ;; +*7.3.1.*) op_cflags='optimize=-O2'; opmini_cflags='optimize=-O2' ;; esac # We don't want these libraries. |