Commit 8d75673b authored by Juanjo's avatar Juanjo

Restore the main Makefile to have debug flags.

Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce68c16f
......@@ -3,8 +3,8 @@
#
include config.mak
CFLAGS= $(OPTFLAGS) -Wall -I./libavcodec -I./libav
LDFLAGS=
CFLAGS= $(OPTFLAGS) -Wall -g -I./libavcodec -I./libav
LDFLAGS= -g
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p
LDFLAGS+=-p
......
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