Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning
Karl Vogel
karl.vogel at seagha.com
Wed Jul 21 13:38:35 CEST 2004
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.
More information about the Kde-optimize
mailing list