On Thu, Nov 15, 2012 at 1:46 AM, Jamie Couture <jamie.couture at gmail.com> 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.