On Thu, Jan 31, 2013 at 9:31 AM, niXman wrote:
> 2013/1/31 Koehne Kai:
>> the difference is actually in the debugging info: E.g. Qt5Guid.dll for MinGW 
>> is a 131 MB big, while MSVC Qt5Guid.dll + Qt5Guid.pdb is just 24 MB.
> Wow оО
>
>> Don't know whether the size of debugging info can  be reduced somehow?
> No, I don't know ..

You can store the debug info in a differing file while stripping it
from the DLL.

strip foo.dll -f foo.dll.debug

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to