doc/examples: add debug compilation flag.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user