Subject: Re: mbrlabel bug
To: Todd Vierling <tv@pobox.com>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 11/26/1998 09:04:37
On Wed, 25 Nov 1998, Todd Vierling wrote:

> If you can change the source easily to make the compiler happy, do so.  Just
> don't turn off optimization to kill a compiler warning; use -Wno-whatever in
> CWARNFLAGS.

Sounds good to me. I was taken in by the bad example set in
/usr/src/libexec/ftpd/Makefile...

	.include <bsd.prog.mk>
	
	# XXX Work-around a compiler bug for now... can't use -O
	.if (${MACHINE_ARCH} == "powerpc")
	COPTS+=-O0
	.endif