Hi Dan,
Thanks for that info. Do you have any views on compiling SqLite optimized
for speed rather than size? Is the difference in performance generally small
enough to be ignored? I am using Vc++ 2010 express and have been optimizing
for speed up until now.
Kind regards,
Philip Bennefall
----- Original Message -----
From: "Dan Kennedy" <danielk1...@gmail.com>
To: <sqlite-users@sqlite.org>
Sent: Thursday, July 04, 2013 5:12 PM
Subject: Re: [sqlite] DLL Size differences and other info requested
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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users