On Tue, Jul 12, 2011 at 10:48 AM, Baruch Burstein <bmburst...@gmail.com>wrote:

> These do not work with the amalgamation. How do I use these?
>

Some will, some won't.  To use those that won't, you'll need to rebuild the
SQLite amalgamation with the options you want to use and import that new
amalagmation into the Fossil source tree.


>
> On Tue, Jul 12, 2011 at 5:44 PM, Richard Hipp <d...@sqlite.org> wrote:
>
> > Here are some additional options you might try to minimize the SQLite
> size
> > in Fossil:
> >
> > SQLITE_OMIT_ANALYZE
> > SQLITE_OMIT_AUTOMATIC_INDEX
> > SQLITE_OMIT_AUTOVACUUM
> > SQLITE_OMIT_BUILTIN_TEST
> > SQLITE_OMIT_DEPRECATED
> > SQLITE_OMIT_GET_TABLE
> > SQLITE_OMIT_INCRBLOB
> > SQLITE_OMIT_SHARED_CACHE
> > SQLITE_OMIT_UTF16
> > SQLITE_OMIT_VIRTUALTABLE
> >
> > No guarantees that Fossil will run, or even compile, with the above.  But
> > if
> > you experiment you can probably find a subset of the above that will work
> > for you.
> >
> >
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to