sqlite3: add config options to disable FTS3 and RTREE 5543/head
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 30 Jan 2018 15:06:08 +0000 (16:06 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 31 Jan 2018 16:19:42 +0000 (17:19 +0100)
commitaac84ff03d3877f47c579bb249d28c389f68abdc
treede7b39b5454cdfa9b597b466d7716c1f634958c0
parente81136758df0db432fb0dbe3184f197ffc537489
sqlite3: add config options to disable FTS3 and RTREE

The full-text search engine version 3 (FTS3) and R*Tree (RTREE) modules are
enabled by default in sqlite3; add config options which allow to disable these
sqlite lib modules.
Disabling FTS3 reduces the so file with 475KB while disabling RTREE reduces
the so file with 121KB on x86 architecture.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
libs/sqlite3/Config.in [new file with mode: 0644]
libs/sqlite3/Makefile