Message-Id: <3.0.6.32.19990708211051.007f6140@dce03.ipt.br> X-Sender: csrabak AT dce03 DOT ipt DOT br X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 08 Jul 1999 21:10:51 -0300 To: djgpp AT delorie DOT com From: "Cesar S. Rabak" Subject: Re: Newbie help request: -wall and prototyping In-Reply-To: <199907082119.RAA24744@indy.delorie.com> References: <19990708162505 DOT 06504 DOT 00008761 AT ng-fo1 DOT aol DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id UAA19651 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 At 17:19 08/07/99 -0400, you wrote: > >> 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. > > Sorry if I'm adding noise, but... canīt we also have an environment variable CFLAGS with this option set? Cesar