On Mon, Jul 25, 2011 at 10:39 AM, Dave Hope <[email protected]> wrote:
> Hi all, > > I read on the sqlite website that the compiled size can be reduced to > 275KiB ( http://www.sqlite.org/different.html#small ), however I'm > struggling to get it much below 500 KiB using the SQLITE_OMIT_* > options. I'm producing my own amalgamation, which I believe you can > use the OMIT options with: > So I type: gcc -Os -c sqlite3.c; size sqlite3.o And on Linux with gcc 4.1.0 I get 333802 bytes. This is without any OMIT options. And you cannot get it below 500KB? What compiler are you using? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

