OSDN Git Service

Restore the main Makefile to have debug flags.
authorJuanjo <pulento@users.sourceforge.net>
Wed, 17 Oct 2001 18:19:30 +0000 (18:19 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Wed, 17 Oct 2001 18:19:30 +0000 (18:19 +0000)
Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 78c56f3..0467f8d 100644 (file)
--- 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