Re: [sqlite] Reducing the size of executable linked with sqlite3.c

2009-06-09 Thread Mark Spiegel
http://www.sqlite.org/compile.html

There are options you can use to disable/remove unused features.  Some 
can give significant size savings.  (I did this on Windows, YMMV.)  
Unfortunately, you can't just use these with the amalgamated source.  
You will probably have to rebuild it.  It's not hard once you get it 
figured out.  There is another doc page that describes how to do that, 
but I don't see it off hand.

chandan wrote:
> Hi,
> I am using the "Amalgamation" version of SQLite. I wanted to know 
> the compile time options (if any) to reduce the size of the executable 
> that is linked with sqlite3.c file.
>
> Regards,
> chandan
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Reducing the size of executable linked with sqlite3.c

2009-06-09 Thread chandan
Hi,
I am using the "Amalgamation" version of SQLite. I wanted to know 
the compile time options (if any) to reduce the size of the executable 
that is linked with sqlite3.c file.

Regards,
chandan
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users