From kde-core-devel Sun May 19 14:44:37 2002 From: Dirk Mueller Date: Sun, 19 May 2002 14:44:37 +0000 To: kde-core-devel Subject: Re: GCC 3.1 - even slower compilation and relocation X-MARC-Message: https://marc.info/?l=kde-core-devel&m=102181969418700 On Fre, 17 Mai 2002, Rolf Magnus wrote: > debugging version of qt compiled with 2.95.3: > -rwxr-xr-x 1 root root 28M May 17 11:27 libqt-mt.so.3.0.4 > > and with 3.1: > -rwxr-xr-x 1 root root 54M May 17 01:05 libqt-mt.so.3.0.4 > Well, gcc 3.1 is the first version that adds support for the dwarf2 debug information format, which is needed for -g3 (which, for some braindead and unexplainable reason is used by KDE's --enable-debug=full). So the size increase here is expected, and fairly low in comparison. The other numbers are fairly more disappointing though. Dirk