Christian Schwarz <[EMAIL PROTECTED]> writes: > I'm not sure if we should treat static libraries the same way, since > some people might need the symbols for debugging. Could someone > comment on that?
Static libraries should be stripped with --strip-debug. If you want stuff with debug symbols put it in a libfoo-dbg. -- James -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .