summaryrefslogtreecommitdiff
path: root/cpan/Digest-MD5/hints/irix_6.pl
blob: e38ae149511e35415caa37957ae868aacd022d56 (plain)
1
2
3
4
5
6
# The Mongoose v7.1 compiler freezes up somewhere in the optimization of
# MD5Transform() in MD5.c with optimization -O3.  This is a workaround:

if ($Config{cc} =~ /64|n32/ && `$Config{cc} -version 2>&1` =~ /\s7\.1/) {
    $self->{OPTIMIZE} = "-O1";
}