Date: Mon, 6 Jul 1998 19:13:52 +0300 (IDT) From: Eli Zaretskii To: Vik Heyndrickx cc: djgpp-workers AT delorie DOT com Subject: Re: djgpp alpha 980628 In-Reply-To: <35A0E8D1.5A8B@rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Jul 1998, Vik Heyndrickx wrote: > -tradional work) would be the right thing to do IMHO. How easily is this > done, compiling partical files with different switches than the default > (i.e. in gcc.opt) There's no problem at all to use different switches for certain directories. You just need to define CFLAGS in the makefile of that directory which disables the over-zealous -Wxxx flags that gcc.opt sets. For example, to undo -Werror make CFLAGS include -Wno-error.