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