GCC 3.1 - even slower compilation and relocation

Dirk Mueller mueller at kde.org
Sun May 19 15:44:37 BST 2002


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




More information about the kde-core-devel mailing list