cc.mk: enable -g by default

Can do no harm!

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-05-28 12:00:13 -04:00
parent fe18c7bb63
commit 98d3b407fe

View File

@ -1,7 +1,7 @@
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# Setup some good default CFLAGS
CFLAGS?= -O2
CFLAGS?= -O2 -g
# Default to using the C99 standard
CSTD?= c99