OSDN Git Service

Fix bs channel error.
[rec10/rec10-git.git] / tstools / epgdump / Makefile
index ab2ce18..53be5ba 100755 (executable)
@@ -5,7 +5,10 @@ HEDDERDEPEND   = eit.h sdt.h aribstr.h ts.h util.h
 
 LANG           = C
 CC             = gcc
-CFLAGS         = -std=c99 -O2 -Wall -g
+
+#CFLAGS                = -std=c99 -O2 -Wall -g
+CFLAGS         = -std=c99 -O2 -Wall -ggdb
+
 LIBS           = 
 
 .c.o:                  ${CC} ${CFLAGS} -c $<