Re: rpc.lockd(8) seg faults on 5.2-RELEASE

From: David O'Brien <obrien_at_freebsd.org>
Date: Fri, 30 Jan 2004 08:28:35 -0800
On Fri, Jan 30, 2004 at 09:48:56AM +0100, Frode Nordahl wrote:
> Hello,
> 
> I had default CFLAGS in effect, which includes -O. :-(
> 
> Added -O0 now.

You auctually *do* want -O in CFLAGS.  -O0 means to totally turn off the
optimizer.  GCC sometimes generates bad code with the optimizer turned
off.  -O or -O1 is the offical FreeBSD optimization level.
Received on Fri Jan 30 2004 - 07:33:08 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC