Add -g cflag to support gdb debugging
[platform/core/system/stability-monitor.git] / Makefile
index 43e50ec..2e35ce3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ obj = $(src:.c=.o)
 libs = json-c aul gio-2.0 glib-2.0 pkgmgr-info bugreport libkmod diagnostics bundle
 
 CFLAGS = \
+       -g \
        -Wall \
        -I$(srcdir) \
        `pkg-config --cflags $(libs)` \