Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2010 20:09:37 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   question about CFLAGS, CXXFLAGS and DEBUG_FLAGS
Message-ID:  <20101218200937.GA2932@freebsd.org>

next in thread | raw e-mail | index | archive | help
hi there,

i just stumbled over these lines:

otaku% grep -n \${DEBUG_FLAGS} /usr/share/mk/bsd.prog.mk
24:CFLAGS+=${DEBUG_FLAGS}
25:CXXFLAGS+=${DEBUG_FLAGS}

is it really necessary to assign the debug flags to both CFLAGS *and* CXXFLAGS?

cheers.
alex

-- 
a13x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101218200937.GA2932>