mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
enabled stat4
This commit is contained in:
parent
305cdbac2e
commit
6d2ee81fbe
1 changed files with 3 additions and 2 deletions
|
@ -216,11 +216,12 @@ if ( $sqlite_inc ) {
|
|||
}
|
||||
|
||||
my @CC_DEFINE = (
|
||||
'-DSQLITE_ENABLE_FTS4',
|
||||
'-DSQLITE_ENABLE_FTS4', # for sqlite >= 3.7.4
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_RTREE', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||
'-DSQLITE_ENABLE_STAT3',
|
||||
'-DSQLITE_ENABLE_STAT3', # for sqlite >= 3.7.9
|
||||
'-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
||||
'-DNDEBUG=1',
|
||||
);
|
||||
if ( $^O eq 'cygwin') {
|
||||
|
|
Loading…
Add table
Reference in a new issue