OSDN Git Service

Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.
authordavidsb <davidsb>
Wed, 18 Oct 2000 15:32:50 +0000 (15:32 +0000)
committerdavidsb <davidsb>
Wed, 18 Oct 2000 15:32:50 +0000 (15:32 +0000)
winsup/doc/how-programming.texinfo

index e921054..d3e62cf 100644 (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?