From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Program too large? Date: Tue, 28 Sep 1999 11:03:45 -0500 Organization: Rose-Hulman Institute of Technology Lines: 15 Message-ID: <7sqp0b$mtb$1@solomon.cs.rose-hulman.edu> References: <7sqj96$kee$1 AT news8 DOT svr DOT pol DOT co DOT uk> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 938534731 23467 137.112.205.146 (28 Sep 1999 16:05:31 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 28 Sep 1999 16:05:31 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tom Morton wrote in message news:7sqj96$kee$1 AT news8 DOT svr DOT pol DOT co DOT uk... > > I am using a makefile. The only compiler options i'm using are -s and > -O2 (and -lalleg). I often see makefiles with -Wall. Maybe I should > add that, too (?). Yes. -Wall will find more bugs than you would in a nest. It places a -Wall of protection around bad programming. When I started using -Wall, my man hours became so much more valuable. Damian Yerrick