Commit c6bbe3c2 authored by Clément Bœsch's avatar Clément Bœsch

doc/examples: add debug compilation flag.

parent 06e4b983
...@@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \ ...@@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \
libswscale \ libswscale \
libavutil \ libavutil \
CFLAGS += -Wall -O2 CFLAGS += -Wall -O2 -g
CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS)) CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS)) LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment