File: solaris.pl

package info (click to toggle)
libhtml-parser-perl 3.83-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: ansic: 7,624; perl: 1,669; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (16)
1
2
3
4
if ($Config{gccversion}) {
  print "Turning off optimizations to avoid compiler bug\n";
  $self->{OPTIMIZE} = " ";
}