You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cfla...

25 lines
646 B

From eaab413d6a3fc448e70c96ff808e48d61c55356f Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentfredric@gmail.com>
Date: Tue, 6 Dec 2016 05:15:12 +1300
Subject: [PATCH] Enable CFLAGS optimizations
---
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index a26cf1c..4407861 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,7 @@ WriteMakefile1(
},
'LIBS' => [''] ,
'DEFINE' => '' ,
+ 'OPTIMIZE' => '$(CFLAGS)' ,
'INC' => '-I.'
);
--
2.11.0.rc2