On Tue, Jul 12, 2011 at 10:37 AM, Baruch Burstein <[email protected]>wrote:
> The website (http://www.sqlite.org/about.html) says that sqlite can be > compiled to under 300K. I am using mingw32, and with no configuration did I > manage to get sqlite3.o below 400k. What compiler/compiler options are used > to reach <300K? > -Os together with various -DSQLITE_OMIT_xxxxx options. But those -DSQLITE_OMIT_xxxx options are incompatible with Fossil. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

