Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 19:32:50 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-10-18 19:32:50 +0400
commitc2a585c65ca357ae3cfe038b8b05a13d5da6437c (patch)
tree5e91027e6b3bf7562b1af8014bcbe99c4b25c104 /winsup/doc/how-programming.texinfo
parentf1d9a0d4797253a323bc883d0146957977b31b97 (diff)
Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r--winsup/doc/how-programming.texinfo2
1 files changed, 1 insertions, 1 deletions
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?