Re: High UID support for Linux

Philip Blundell (philb@gnu.org)
Thu, 26 Nov 1998 22:43:55 +0100


>Talking of debug crud in production libraries, is there a way to strip out
>that from a finished .so library? Can I just use strip libc.so.2.0.6?

No, though strip --strip-debug might do the trick. Or you could compile glibc
with --enable-omitfp. Unless disk space is very short I wouldn't recommend
trying to get rid of the debug information though.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/