2014-10-27 12:21:10 +00:00
|
|
|
From 6c9234f3b27b3be7d89c277302464015f413e462 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
|
2014-05-09 06:53:59 +00:00
|
|
|
MIME-Version: 1.0
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
Content-Transfer-Encoding: 8bit
|
2013-03-05 13:01:53 +00:00
|
|
|
|
2014-05-09 06:53:59 +00:00
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
2013-03-05 13:01:53 +00:00
|
|
|
---
|
|
|
|
Makefile.PL | 6 ------
|
|
|
|
1 file changed, 6 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/Makefile.PL b/Makefile.PL
|
2014-10-27 12:21:10 +00:00
|
|
|
index af2c0c3..65f4771 100644
|
2013-03-05 13:01:53 +00:00
|
|
|
--- a/Makefile.PL
|
|
|
|
+++ b/Makefile.PL
|
2014-05-09 06:53:59 +00:00
|
|
|
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
|
2013-03-05 13:01:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
- # Enhance performance on Intel when using gcc
|
|
|
|
-
|
|
|
|
-if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') {
|
|
|
|
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
|
|
|
|
-}
|
|
|
|
-
|
2014-10-27 12:21:10 +00:00
|
|
|
my $fussy = '-Wall -Wextra -Wconversion -Wcast-align -Wpointer-arith ';
|
|
|
|
push(@extra, CCFLAGS => $fussy . $Config{ccflags}) if $opt_w;
|
2014-05-09 06:53:59 +00:00
|
|
|
|
2013-03-05 13:01:53 +00:00
|
|
|
--
|
2014-05-26 08:29:02 +00:00
|
|
|
1.9.3
|
2013-03-05 13:01:53 +00:00
|
|
|
|