From bc8cdbfc1fd45177ef247a5182a000cdad9891ab Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 15 Nov 2012 10:33:20 +0100 Subject: advtime: Compile with debugging symbols for now --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 83892e7..a6124e6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=c99 -Wall -Wstrict-prototypes -Wmissing-prototypes \ +CFLAGS=-ggdb -std=c99 -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-unused-parameter LIBAV_DECODE_FLAGS=`pkg-config --libs --cflags libavformat libavcodec \ libavutil libswscale` -- cgit