On Aug 7, 2013, at 15:40, Robert Huff <roberth...@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

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to