From 2f253cfc85ffd55a8acb988e91f0bc5ab348124c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 8 May 2013 22:21:52 +0000 Subject: HTML-Parser-3.71 --- hints/solaris.pl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hints/solaris.pl (limited to 'hints') diff --git a/hints/solaris.pl b/hints/solaris.pl new file mode 100644 index 0000000..f6f94f0 --- /dev/null +++ b/hints/solaris.pl @@ -0,0 +1,4 @@ +if ($Config{gccversion}) { + print "Turning off optimizations to avoid compiler bug\n"; + $self->{OPTIMIZE} = " "; +} -- cgit v1.2.1