> On Oct 8, 2016, at 1:39 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
> See http://sqlite.org/graphs/size-20161009.jpg 
> <http://sqlite.org/graphs/size-20161009.jpg> for a graph of
> compiled-binary size using gcc 4.8.4 and -Os on x64 Linux.  Less than
> 0.5 MB, though to be fair this is without extensions such as FTS5 or
> RTREE or JSON.

Ah, thanks for the info. I was simply extrapolating from the size of 
/usr/lib/libsqlite3.dylib (4.1MB on macOS 10.12) and dividing by 3 (the number 
of architectures). But that binary does come with all the bells and whistles, 
and was doubtless compiled with -Ofast.

Some of our users will need FTS5 and/or RTREE, but I assume those can be built 
as separate dylibs that can be dropped in as needed?

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to