Date: Fri, 19 Aug 1994 13:19:12 -0400 (EDT) From: "Chendi Zhang (Guest)" Subject: newbie question To: djgpp AT sun DOT soe DOT clarkson DOT edu Whenever I compile a VERY small program like: #include main() { printf("Hello"); } , The output by djgpp is about 30-35k. I read somewhere that it has something to do with a -g switch. How do I make my progs smaller?