Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.

This commit is contained in:
David Starks-Browning 2000-10-18 15:32:50 +00:00
parent f1d9a0d479
commit c2a585c65c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ By default, gcc compiles in all symbols. You'll also find that gcc
creates large executables on UNIX.
If that bothers you, just use the 'strip' program, part of the binutils
package.
package. Or compile with the @samp{-s} option to gcc.
@subsection Where is glibc?