diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-15 10:33:20 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-15 10:33:20 +0100 |
commit | bc8cdbfc1fd45177ef247a5182a000cdad9891ab (patch) | |
tree | 6ced35a7443a9d706b308ecc71a948fb2b16754d | |
parent | 55e6968774a8e1a8220ae2a21c6a6f1637954505 (diff) | |
download | advtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.tar.gz advtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.tar.bz2 advtime-bc8cdbfc1fd45177ef247a5182a000cdad9891ab.zip |
advtime: Compile with debugging symbols for now
-rw-r--r-- | src/Makefile | 2 |
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` |