perl-Digest-SHA/Digest-SHA-5.84-Reset-CFLAG...

30 lines
675 B
Diff
Raw Normal View History

2013-03-11 08:46:48 +00:00
From 77ac96bd42f3986dd77e5f1afcdb3e71d2aa03b3 Mon Sep 17 00:00:00 2001
2013-03-05 13:01:53 +00:00
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
2013-03-11 08:46:48 +00:00
Date: Mon, 11 Mar 2013 09:44:22 +0100
2013-03-05 13:01:53 +00:00
Subject: [PATCH] Reset CFLAGS
---
Makefile.PL | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
2013-03-11 08:46:48 +00:00
index 3d83865..f0d08a1 100644
2013-03-05 13:01:53 +00:00
--- 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');
-}
-
2013-03-11 08:46:48 +00:00
my %att = (
'NAME' => 'Digest::SHA',
'VERSION_FROM' => $PM,
2013-03-05 13:01:53 +00:00
--
1.8.1.4