File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if ($Config{gccversion} =~ /llvm/i) {
5757}
5858
5959if ($Config {myuname } =~ / sunos|solaris/i ) {
60- # Any SunStudio flags?
60+ $args { OPTIMIZE } = $cc_option_flags ;
6161} else {
6262 $args {OPTIMIZE } = $cc_option_flags ;
6363}
@@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
7979 " File::Slurper" => " 0.012" ,
8080 " Test::Exception" => 0
8181 },
82- " VERSION" => " 0.33 " ,
82+ " VERSION" => " 0.34 " ,
8383 " test" => {
8484 " TESTS" => " t/*.t t/author/*.t"
8585 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if ($Config{gccversion} =~ /llvm/i) {
4747}
4848
4949if ($ Config {myuname} =~ / sunos| solaris/ i) {
50- # Any SunStudio flags?
50+ $ args {OPTIMIZE} = $ cc_option_flags ;
5151} else {
5252 $ args {OPTIMIZE} = $ cc_option_flags ;
5353}
You can’t perform that action at this time.
0 commit comments