Blame SOURCES/Digest-SHA-5.93-Reset-CFLAGS.patch

3a565c
From 6c9234f3b27b3be7d89c277302464015f413e462 Mon Sep 17 00:00:00 2001
3a565c
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
3a565c
Date: Mon, 11 Mar 2013 09:44:22 +0100
3a565c
Subject: [PATCH] Reset CFLAGS
3a565c
MIME-Version: 1.0
3a565c
Content-Type: text/plain; charset=UTF-8
3a565c
Content-Transfer-Encoding: 8bit
3a565c
3a565c
Signed-off-by: Petr Písař <ppisar@redhat.com>
3a565c
---
3a565c
 Makefile.PL | 6 ------
3a565c
 1 file changed, 6 deletions(-)
3a565c
3a565c
diff --git a/Makefile.PL b/Makefile.PL
3a565c
index af2c0c3..65f4771 100644
3a565c
--- a/Makefile.PL
3a565c
+++ b/Makefile.PL
3a565c
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
3a565c
 	}
3a565c
 }
3a565c
 
3a565c
-	# Enhance performance on Intel when using gcc
3a565c
-
3a565c
-if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') {
3a565c
-	push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
3a565c
-}
3a565c
-
3a565c
 my $fussy = '-Wall -Wextra -Wconversion -Wcast-align -Wpointer-arith ';
3a565c
 push(@extra, CCFLAGS => $fussy . $Config{ccflags}) if $opt_w;
3a565c
 
3a565c
-- 
3a565c
1.9.3
3a565c