File: irix_6.pl

package info (click to toggle)
libdigest-md4-perl 1.9%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 248 kB
  • sloc: perl: 133; makefile: 3
file content (6 lines) | stat: -r--r--r-- 253 bytes parent folder | download | duplicates (21)
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";
}