????

Your IP : 216.73.216.152


Current Path : /home/.cpanm/work/1561774079.4618/Digest-SHA1-2.13/hints/
Upload File :
Current File : //home/.cpanm/work/1561774079.4618/Digest-SHA1-2.13/hints/irix_6.pl

# 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";
}