On Aug 7, 2013, at 15:40, Robert Huff <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
