This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binary size of the libstdc++.so library


> Usually, you can't just `strip' them, otherwise you won't be able to
> link any program with them, but you can always `--strip-debug' them.

Are you sure? On a Linux system, and I guess on all ELF systems, strip
knows what the .dynsym section is, and won't remove it.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]