Re: Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning
Maks Orlovich <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
> > <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.