Date: Thu, 8 Jul 1999 17:19:23 -0400 (EDT) Message-Id: <199907082119.RAA24744@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <19990708162505.06504.00008761@ng-fo1.aol.com> (djcarterjr AT aol DOT com) Subject: Re: Newbie help request: -wall and prototyping Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > gcc -o -wall myprog.exe myprog.c gcc -wall -o myprog.exe myprog.c > 2. Can I configure something to use -wall automatically, without me having > to type it in every time I want to use it? That's what makefiles and batch files are for. Otherwise, no.