1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

patch from VOVKASM: use the same optimization as perl

This commit is contained in:
Kenichi Ishigaki 2012-09-18 07:02:29 +00:00
parent 8261b0d4ee
commit 62bf573fc0

View file

@ -341,7 +341,6 @@ WriteMakefile(
? '$(O_FILES)' ? '$(O_FILES)'
: 'SQLite.o dbdimp.o' : 'SQLite.o dbdimp.o'
), ),
OPTIMIZE => '-O2',
clean => { clean => {
FILES => 'SQLite.xsi config.h tv.log *.old', FILES => 'SQLite.xsi config.h tv.log *.old',
}, },