summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-15 10:33:20 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-15 10:33:20 +0100
commitbc8cdbfc1fd45177ef247a5182a000cdad9891ab (patch)
tree6ced35a7443a9d706b308ecc71a948fb2b16754d
parent55e6968774a8e1a8220ae2a21c6a6f1637954505 (diff)
downloadadvtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.tar.gz
advtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.tar.bz2
advtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.zip
advtime: Compile with debugging symbols for now
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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`