On 07/04/2013 05:49 AM, Philip Bennefall wrote:
Hi Stephen,

I don't know what compiler is used to build the official SqLite dll, but provided it is some version of Vc++ my experience is that MinGw often produces larger and sometimes significantly slower binaries on Windows than VC++ does. In an unrelated project of mine, the binary size dropped by about 500 KB when I switched from Dev-C++/MinGw to Code::Blocks/MSVC++. This is mere speculation on my part in this case, however, as I don't actually know what compiler that is being used to build the official dll.

Those on the website are built with mingw 4.5.2 using:

  -Os
  -DSQLITE_ENABLE_FTS3
  -DSQLITE_ENABLE_RTREE
  -DSQLITE_ENABLE_COLUMN_METADATA

In case anyone was wondering.


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

Reply via email to