source: trunk/essentials/dev-lang/perl/ext/Digest/MD5/hints/irix_6.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 253 bytes
Line 
1# The Mongoose v7.1 compiler freezes up somewhere in the optimization of
2# MD5Transform() in MD5.c with optimization -O3. This is a workaround:
3
4if ($Config{cc} =~ /64|n32/ && `$Config{cc} -version 2>&1` =~ /\s7\.1/) {
5 $self->{OPTIMIZE} = "-O1";
6}
Note: See TracBrowser for help on using the repository browser.