mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
Disabled SQLITE_CORE, the SQLite mailing list says it isn't needed
This commit is contained in:
parent
8f10b05a8d
commit
e91137eb94
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ if ( $sqlite_inc ) {
|
|||
}
|
||||
|
||||
my @CC_DEFINE = (
|
||||
'-DSQLITE_CORE',
|
||||
# '-DSQLITE_CORE',
|
||||
'-DSQLITE_ENABLE_FTS3',
|
||||
# Disabled until we have a test for this
|
||||
# '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||
|
|
Loading…
Add table
Reference in a new issue