summaryrefslogtreecommitdiff
path: root/perl-core/Digest-SHA/files/Digest-SHA-5.880.0-CFLAGS.patch
blob: e2a8d096d22e20d1b0d791e3520023331781fc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -ruN Digest-SHA-5.88.orig/Makefile.PL Digest-SHA-5.88/Makefile.PL
--- Digest-SHA-5.88.orig/Makefile.PL	2014-03-09 11:36:39.000000000 +0100
+++ Digest-SHA-5.88/Makefile.PL	2014-11-29 00:52:48.089987473 +0100
@@ -27,12 +27,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,