Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!asuvax!ukma!psuvax1!news From: melling@cs.psu.edu (Michael D Mellinger) Newsgroups: comp.sys.next Subject: Smaller Code with GCC Message-ID: Date: 1 Jun 91 19:17:01 GMT Sender: news@cs.psu.edu (Usenet) Distribution: comp Organization: Penn State Computer Science Lines: 10 Nntp-Posting-Host: sunws7.sys.cs.psu.edu It seems that if you compile your optimized code(-O) with debugging symbols(-g) your code is larger than it has to be. Programmmers, and especially commercial vendors, might see if compile without -g reduces their code by a page to two. Every little bit helps. -Mike BTW, I wonder if NeXT compiled their software with -O -g then stripped the executables?