From c2a585c65ca357ae3cfe038b8b05a13d5da6437c Mon Sep 17 00:00:00 2001 From: David Starks-Browning Date: Wed, 18 Oct 2000 15:32:50 +0000 Subject: Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'. --- winsup/doc/how-programming.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index e921054c7..d3e62cfdd 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -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? -- cgit v1.2.3