home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17339 < prev    next >
Encoding:
Text File  |  1992-11-20  |  825 b   |  18 lines

  1. Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!fl0p+
  3. Newsgroups: comp.os.linux
  4. Message-ID: <gf3H3WC00WB8ExJ2Jk@andrew.cmu.edu>
  5. Date: Fri, 20 Nov 1992 13:39:30 -0500 
  6. From: Frank T Lofaro <fl0p+@andrew.cmu.edu>
  7. Subject: Re: What's that switch for GCC again?
  8. In-Reply-To: <kenc.722212233@sol>
  9. Lines: 7
  10.  
  11.     -N is the switch you use to make smaller programs. Also -s to strip
  12. the executables helps too (if you don't need the debugging). One problem
  13. with -N is (I think) that the programs can't be demand paged, so they
  14. could use more memory and startup time, even though they are smaller on
  15. disk. Also not using -g saves space if you don't need debugging.
  16.  
  17.  
  18.