Re: [sqlite] Reducing compiled size

2011-07-25 Thread Dave Hope
t;d...@sqlite.org> wrote: > On Mon, Jul 25, 2011 at 10:39 AM, Dave Hope <d...@davehope.co.uk> 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 >&g

Re: [sqlite] Reducing compiled size

2011-07-25 Thread Dave Hope
Thanks Stephan Sorry, you're quite right. I was actually using OPTS="" but omitted it when I pasted it into my e-mail. Thanks Dave On Mon, Jul 25, 2011 at 3:55 PM, Stephan Beal <sgb...@googlemail.com> wrote: > On Mon, Jul 25, 2011 at 4:51 PM, Dave Hope <d...@hope.mx&g

Re: [sqlite] Reducing compiled size

2011-07-25 Thread Dave Hope
1 at 4:39 PM, Dave Hope <d...@davehope.co.uk> wrote: > >> make sqlite3.c "-DSQLITE_OMIT_ALTERTABLE -DSQLITE_OMIT_ANALYZE >> > > Shouldn't that be: > > make sqlite3.c CPPFLAGS="..." > > ? > > Make doesn't understand -D (no, that's not a

[sqlite] Reducing compiled size

2011-07-25 Thread Dave Hope
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