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