Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning

Simon Hausmann hausmann at kde.org
Wed Jul 21 15:35:28 CEST 2004


On Wednesday 21 July 2004 02:44, Maks Orlovich wrote:
> > > <snip excellent work>
> > > If I recall correctly, Qt also uses a version script, doesn't it?
> >
> > Not that I'm aware off.. don't see anything special in mkspecs/linux-g++
>
> From src/qt.pro:
>
> linux-*:version_script {
>    QMAKE_LFLAGS += -Wl,--version-script=libqt.map
>    TARGETDEPS += libqt.map
> }
>
> i.e. see libqt.map. So effect will probably be even bigger on kdelibs.

But that's not used in the default build. You'd have to set the version_script 
qmake variable for that to take effect. Besides that I think the map is 
outdated.

Simon


More information about the Kde-optimize mailing list