Re: [C++-sig] Reduce the resulting .so file size
Dec. 29, 2004
1:56 p.m.
On 29 Dec 2004 at 14:36, Jonathan Brandmeyer wrote:
Hi! > > Is there a way to reduce the final .so file size? > > I've
On Wed, 2004-12-29 at 15:33 -0300, João Paulo Fernandes Farias wrote: ported pyogre to linux and the final .so file is about 63Mb.
If you want to try something experimental, use this patch to reduce the default symbol visibility in your module: http://www.nedprod.com/programs/gccvisibility.html
No one mentioned that GCC v4 from CVS already contains the GCC visibility patch, so I will here. They've also changed the intermediate code description language so it may produce bigger or smaller final binaries after optimisation (one would think smaller). Cheers, Niall
7922
Age (days ago)
7922
Last active (days ago)
0 comments
1 participants
participants (1)
-
Niall Douglas