Blob Blame History Raw
From 77ac96bd42f3986dd77e5f1afcdb3e71d2aa03b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 11 Mar 2013 09:44:22 +0100
Subject: [PATCH] Reset CFLAGS

---
 Makefile.PL | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 3d83865..f0d08a1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,12 +27,6 @@ if ($^O eq 'VMS') {
 	}
 }
 
-	# 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,
-- 
1.8.1.4