2012/9/12 Simon Slavin <[email protected]> > > On 12 Sep 2012, at 7:05pm, Rob Richardson <[email protected]> > 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. > >
Hi. Actually this is a dynamically loaded plugin, so compiler won't strip unused functions. I cannot change this behaviour. That's why I'm asking about SQLITE_* directives. > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Regards, Krasu _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

