Re: Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning
André Wöbbeking <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 21 July 2004 13:38, Karl Vogel wrote: > > 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. I read it but this way you've to mark every public method, haven't you? I don't understand why invisibility isn't the default (at least per command line option) for private class member and things declared in CPPs. André