From 33174800914741e2f111b4238f3fce01599a7c48 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 2 Apr 2013 16:36:07 +0000 Subject: [PATCH] applied a patch from RURBAN++ to resolve #70815 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c6c3628..038b230 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -301,7 +301,7 @@ WriteMakefile( # this change broke a test under some environment, and thus, may # break other applications eventually. I'm not sure if this is # worth the trouble. - OPTIMIZE => '-O2', + OPTIMIZE => $Config{optimize} . (($^O eq 'solaris' and !$Config{gccversion}) ? "" : " -O2"), OPTIONAL( '6.48', MIN_PERL_VERSION => '5.006', ),