1
0
Fork 0
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:
Adam Kennedy 2010-01-03 05:03:13 +00:00
parent 8f10b05a8d
commit e91137eb94

View file

@ -214,7 +214,7 @@ if ( $sqlite_inc ) {
} }
my @CC_DEFINE = ( my @CC_DEFINE = (
'-DSQLITE_CORE', # '-DSQLITE_CORE',
'-DSQLITE_ENABLE_FTS3', '-DSQLITE_ENABLE_FTS3',
# Disabled until we have a test for this # Disabled until we have a test for this
# '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 # '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10