Restore the main Makefile to have debug flags.

Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Juanjo 2001-10-17 18:19:30 +00:00
parent ce68c16f41
commit 8d75673b77
1 changed files with 2 additions and 2 deletions

View File

@ -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