24 lines
646 B
Diff
24 lines
646 B
Diff
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
|
|
|