perl-Digest-SHA/Digest-SHA-5.80-reset_cflags.patch

16 lines
411 B
Diff
Raw Normal View History

2012-12-11 12:59:06 +00:00
--- Digest-SHA-5.80/Makefile.PL 2012-12-10 02:22:31.000000000 +0100
+++ Digest-SHA-5.74/Makefile.PL 2012-11-22 20:19:11.000000000 +0100
@@ -37,12 +37,6 @@
}
}
- # Enhance performance on Intel when using gcc
-
-if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') {
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
-}
-
my %att = (
'NAME' => 'Digest::SHA',
'VERSION_FROM' => $PM,