summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2001-10-17 18:19:30 +0000
committerJuanjo <pulento@users.sourceforge.net>2001-10-17 18:19:30 +0000
commit8d75673b77afd7f1008634c7345edc53b6374e81 (patch)
tree57d7c21efc51a71df2b79323596c0f2c1d09c734 /Makefile
parentce68c16f41650270cc4e9c6d19fefad71959081a (diff)
downloadffmpeg-streaming-8d75673b77afd7f1008634c7345edc53b6374e81.zip
ffmpeg-streaming-8d75673b77afd7f1008634c7345edc53b6374e81.tar.gz
Restore the main Makefile to have debug flags.
Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78c56f3..0467f8d 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
OpenPOWER on IntegriCloud