[Bug 43601] (c++) Enormous increase in DLL object files size in 4.5

2010-09-23 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601 --- Comment #25 from Dave Korn 2010-09-24 05:00:16 UTC --- I'm going to be working on a patch in this area in the next few weeks (I want to make the dllexport/dllimport attributes work on C++ namespaces), and I can probably do something about

[Bug 43601] (c++) Enormous increase in DLL object files size in 4.5

2010-09-23 Thread cestrauss at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601 --- Comment #24 from Cesar Strauss 2010-09-24 04:19:19 UTC --- The wxWidgets build enables precompiled headers on MSVC by default, while the GCC build does not use them. As it turns out, this setting affects the object size on MSVC. When I disabl