As far as I remember, DevC++ does not have "strip" option enabled by default 
for "release" version of your binary. You may want to have a quick look at your 
project compile options to minimize your binary size. The "-s" option reduces 
binary size significantly in some cases.



________________________________
 From: Stephen Chrzanowski <pontia...@gmail.com>
To: rsm...@rsweb.co.za; General Discussion of SQLite Database 
<sqlite-users@sqlite.org> 
Sent: Thursday, July 4, 2013 8:29 AM
Subject: Re: [sqlite] DLL Size differences and other info requested
 

That link certainly helps.  I'll poke at 'em.


On Wed, Jul 3, 2013 at 6:53 PM, RSmith <rsm...@rsweb.co.za> wrote:

> Simply manipulating the compile-time options will create widely differing
> sizes. You can exclude older support items etc.
> A good overview of the compile-time options are given on the SQLite site.
>
> (Ok I'll stop being lazy and find you the actual link)
> http://www.sqlite.org/compile.**html <http://www.sqlite.org/compile.html>
>
> There, good luck!
>
>
>
> On 2013/07/04 00:37, Stephen Chrzanowski wrote:
>
>> Just for kicks because I wanted to learn "how it was done", I decided to
>> download the amalgamation code and compile to a Win32 DLL.  The secondary
>> purpose of my doing so was that I also wanted to write a 3rd party
>> app.....//
>>
>
>
>
> ______________________________**_________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to