From c6bbe3c2a74e8428bc3ec887cbfa71b3cd256da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 12 May 2012 18:06:26 +0200 Subject: [PATCH] doc/examples: add debug compilation flag. --- doc/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 04908c2c7a..a3d135d60b 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \ libswscale \ libavutil \ -CFLAGS += -Wall -O2 +CFLAGS += -Wall -O2 -g CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS)) LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))