From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Thu, 15 Nov 2012 01:57:49 +0100 Subject: [PATCH] Makefile: improve dependency generation In-Reply-To: <1352940385-26357-1-git-send-email-jamie.couture@gmail.com> References: <1352940385-26357-1-git-send-email-jamie.couture@gmail.com> Message-ID: 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.