Subject: Re: Turning off optimization on selected files.
To: None <eeh@turbolinux.com, tech-kern@netbsd.org>
From: Chris Torek <torek@BSDI.COM>
List: tech-kern
Date: 06/08/2000 13:55:17
Use "compile-with".  (This is what it is for! :-) )

For instance, in files.xyz:

	file	xyz/dev/grog.c		grog compile-with "${CC_NOOPT}"

Chris