From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamie.couture at gmail.com (Jamie Couture) Date: Wed, 14 Nov 2012 22:40:52 -0500 Subject: [PATCH] Makefile: improve dependency generation In-Reply-To: References: <1352940385-26357-1-git-send-email-jamie.couture@gmail.com> Message-ID: rpmbuild will strip (debugging) symbols. I'm not sure about deb packaging; I'm also not sure about *bsd. Regardless, I'll remove the append condition, += CFLAGS = [default options] Come to think of it, I'll need to move the FreeBSD uname stuff after cflags definition anyway, and change it from conditional to append On Wed, Nov 14, 2012 at 7:57 PM, Jason A. Donenfeld wrote: > On Thu, Nov 15, 2012 at 1:46 AM, Jamie Couture > wrote: > > +CFLAGS += -g -Wall -Igit > > The -g should only be added with a ?=, or something conditional on the > environment, so that distros don't have to patch it up to get a > release build. >