I assume this is the same for sqlite3.dll or sqlite3.lib, but if not, I am
interested in sqlite3.o (mingw32).
How can I minimize the size of the library (compiling with -O3, since speed
is my top concern, so different optimizations is not an option)? If I know
there are parts of SQL I don't need in my program (like JOIN or ATTACH or
triggers), can I remove support for them (this is for an embedded system and
every byte counts, or at least every 100 bytes or so)? What pre-processor
options can I set to remove things like FTS or R-Tree support which I do not
need? Are there any other things easily removable that I might not need and
might not even know they exist in order to remove them? How about some of
the c API? Most of it I never use.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to