Re: "make buildworld" fails

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Wed, 7 Aug 2013 16:29:20 +0200
On Aug 7, 2013, at 15:40, Robert Huff <roberthuff_at_rcn.com> wrote:
> Boris Samorodov writes:
...
>> Are there some non-default configure/environment values?
> 
> 	Not as far as I know.  There is no src.conf; make.conf is appended.
> 
> 
> 			Robert Huff
> 
> 
> 
> CFLAGS=			-O -pipe -g 

Just a note: don't set CFLAGS with =, always use +=, e.g.:

CFLAGS+=		-O -pipe -g

Also, you might want to set -g in DEBUG_FLAGS instead, not directly in CFLAGS.

-Dimitry
Received on Wed Aug 07 2013 - 12:29:24 UTC

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