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. -DimitryReceived 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