mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
enabled (experimental) FTS5
This commit is contained in:
parent
f351137d55
commit
b4cfca7772
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ my @CC_DEFINE = (
|
|||
'-DSQLITE_ENABLE_STAT3', # for sqlite >= 3.7.9
|
||||
'-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
||||
'-DSQLITE_ENABLE_JSON1', # for sqlite >= 3.9.0
|
||||
'-DSQLITE_ENABLE_FTS5', # for sqlite >= 3.9.0
|
||||
'-DNDEBUG=1',
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue