On 4/10/18, Priebe, Sebastian <[email protected]> wrote: > Imho all available build configurations should build.
Sorry to disappoint. There are lots of legacy compile-time options in SQLite that we do not verify. We have a small subset of compile-time options that we support. I have checked in a change so that the command-line shell now builds with SQLITE_UNTESTABLE. It builds now. And it seems to work. But we are not certain that it works in all cases, since it is now untestable. :-) Compiling SQLite with SQLITE_UNTESTABLE reduces the size of the sqlite3.o binary from 485808 bytes down to 483245 bytes - a savings of 2563 bytes or 0.53%. (Built with gcc 5.4.0 and -Os.) -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

