-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

MikeW wrote:
> Wondering if there was a way to prevent the FTS3 source getting built,
> I looked at the source to find that it would *not* get built if
> SQLITE_CORE was defined.

SQLITE_ENABLE_FTS3 is what is supposed to cause FTS3 to be included.  ie
if not defined it should not get built.

> #if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3)

The #if is possibly wrong.  That should be an && joining them.

However with the current amalgamation there are no fts3 symbols in the
output object file.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkCRVcACgkQmOOfHg372QThswCcCKJ3sJUrKhfi+ENGepMq/F6Y
gq8AoIIMJjwwtwEqzAoeCL9ZO345cmD/
=BBT4
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to