summaryrefslogtreecommitdiff
path: root/mk/cc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/cc.mk')
-rw-r--r--mk/cc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/cc.mk b/mk/cc.mk
index 06556f0..4192b34 100644
--- a/mk/cc.mk
+++ b/mk/cc.mk
@@ -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