-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/28/2011 12:40 AM, Baruch Burstein wrote: > On the same topic, I know the documentation says SQLITE_OMIT_* are not > supported by the amalgamation, but I have used many of them to successfully > reduce my object file. Is there any documentation on what *does* work with > the amalgamation?
Nope. Trying to go down that route is silly and a waste of time which is why it is diplomatically called "not supported". Some omits just leave out some functions, but others alter data structures and others also change the grammar, and some do combinations of those. And what happens could change between releases. Also the test suite has never been run against code where someone has tried to shortcut the omissions. It is trivial to regenerate an amalgamation from the source and that is exactly what you should do. The generated amalgamation can be used on any platform and only needs to be generated once (ie it doesn't have to be part of the build process on every machine and you could just check the results into your source code control). Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk4xq/IACgkQmOOfHg372QQ5+wCg4xhvcD99x6kHQCfme+C7/g9u 1fQAnAjsEnSusI6VH8YCL4V0canIPL32 =U44n -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users