From 62bf573fc088d39fb830f45b43d236dcbea390bf Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 18 Sep 2012 07:02:29 +0000 Subject: [PATCH] patch from VOVKASM: use the same optimization as perl --- Makefile.PL | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 9977740..2b0abcb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -341,7 +341,6 @@ WriteMakefile( ? '$(O_FILES)' : 'SQLite.o dbdimp.o' ), - OPTIMIZE => '-O2', clean => { FILES => 'SQLite.xsi config.h tv.log *.old', },