home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17297 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  882 b 

  1. Path: sparky!uunet!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!uknet!strath-cs!nott-cs!dpg
  2. From: dpg@cs.nott.ac.uk (Dave `geek' Gymer)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: What's that switch for GCC again?
  5. Message-ID: <1992Nov20.124739.6909@cs.nott.ac.uk>
  6. Date: 20 Nov 92 12:47:39 GMT
  7. References: <kenc.722212233@sol>
  8. Organization: Nottingham University
  9. Lines: 10
  10.  
  11. In article <kenc.722212233@sol> kenc@sol.acs.unt.edu (Ken Corey - Operator) writes:
  12. >The first time I installed GCC ('bout the same time shared libraries first 
  13. >came out, I recall) someone told me that for extremely small programs, 
  14. >there's a way to make GCC not make the 9220 byte size of program, but to 
  15. >cram it all together.
  16.  
  17. -N will stop gcc padding text and data segments out to 4k (the size of
  18. a page).  You can also give -s to strip the symbol table.
  19. -- 
  20. I'm a .signature with an identity crisis.
  21.