On 12 Sep 2012, at 7:05pm, Rob Richardson <rdrichard...@rad-con.com> wrote:

> Why are you concerned about the size of sqlite3.o? 

Or, to clarify Rob's question, modern compiler chains include only code for 
routines which are referred to from main() on down.  If no part of your code 
refers to sqlite3_status() then it never makes it to your app.  This is one 
advantage of compiling sqlite3.c into your app rather than making a library 
which has to have every routine in it.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to