Hello!
I'd like to use SQLite on an embedded AVR32 system, the flash program memory 
being 256kBytes. According to the docs it is possible to reduce the size of the 
compiled binary to 180KB, but I just cannot get close enough. The best I get is 
485Kbytes with omitting every optional feature (except WSD), compiling with -Os 
and -fno-inline. How could I make it even smaller? I only need support for a 
single *read-only* databse with multiple tables (SELECT, JOIN etc.).

Thx,
Karoly

_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to