mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
defined SQLITE_ENABLE_JSON1 to enable json support (for SQLite 3.9.0+)
This commit is contained in:
parent
726d1b56b8
commit
c165f39b7b
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ my @CC_DEFINE = (
|
|||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||
'-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
|
||||
'-DNDEBUG=1',
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue