From 8d75673b77afd7f1008634c7345edc53b6374e81 Mon Sep 17 00:00:00 2001 From: Juanjo Date: Wed, 17 Oct 2001 18:19:30 +0000 Subject: [PATCH] Restore the main Makefile to have debug flags. Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78c56f3ef5..0467f8d055 100644 --- a/Makefile +++ b/Makefile @@ -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