mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
reverted the removal of the OPTIMIZE flag; not sure if this is worth the trouble
This commit is contained in:
parent
30d232ac61
commit
5cb63b759e
2 changed files with 6 additions and 1 deletions
1
Changes
1
Changes
|
@ -23,7 +23,6 @@ Changes for Perl extension DBD-SQLite
|
|||
scalars (VOVKASM)
|
||||
- Refactored primary_key_info to support attached databases
|
||||
(ISHIGAKI)
|
||||
- Use the same optimization as perl (VOVKASM)
|
||||
|
||||
1.37 Thu 12 Jun 2012
|
||||
- Updated to SQLite 3.7.12.1 (ISHIGAKI)
|
||||
|
|
|
@ -293,6 +293,12 @@ WriteMakefile(
|
|||
'Win32' => '0.30',
|
||||
) : () ),
|
||||
},
|
||||
# XXX: VOVKASM suggested to remove this OPTIMIZE line to use
|
||||
# the same optimization as perl itself. However, it turned out
|
||||
# this change broke a test under some environment, and thus, may
|
||||
# break other applications eventually. I'm not sure if this is
|
||||
# worth the trouble.
|
||||
OPTIMIZE => '-O2',
|
||||
OPTIONAL( '6.48',
|
||||
MIN_PERL_VERSION => '5.006',
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue