Re: Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning
Karl Vogel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
André Wöbbeking wrote: > On Wednesday 21 July 2004 13:04, Karl Vogel wrote: >> >> Trying it out on KDELIBS is going to be tougher.. > > what about the private implementation classes / structs as first step. I > mean all the classes which are only declared in the CPPs. Add > KDE_NO_EXPORT there and see what happens :-) It's the other way round.. the gcc visibility patch enables you to hide everything by default, so that you only need to add an export to the stuff you really want exported.