Hello Roger,

I find debug versions in Windows to be 2 or more times bigger than
non-debug. I have a resource only DLL. Debug is 3.7 megs, release is
1.3. The debug executable is also 2-3 times larger.

I'm not aware of any way to strip the debug information from the DLL.
The linker can do it but, I believe it's too late for Bill's purposes.


Bill,

Why not just recompile the DLL yourself? I static link Sqlite directly
into my programs so, I don't have to worry about DLL versioning.

C

Friday, April 2, 2010, 1:05:38 PM, you wrote:

RB> On 04/02/2010 09:25 AM, bi...@aol.com wrote:
>> When I build my setup program I get a message that says "File contains
>> debug information".
>> Is there a distributable SQLite3.dll that doesn't contain debug information
>>   and might be a little smaller?

RB> You should be able to run whatever the Windows equivalent of strip is to get
RB> rid of them.  In any event it shouldn't save much space.

>> I also notice there is no Windows version info which is typically in a
>> resource file.  Is there someone I can ping to suggest this be added?

RB> This request has been open for almost 6 years:

RB>    http://www.sqlite.org/src/info/f711d5a937

RB> Roger

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



-- 
Best regards,
 Teg                            mailto:t...@djii.com

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

Reply via email to