summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2001-10-17 18:05:35 +0000
committerJuanjo <pulento@users.sourceforge.net>2001-10-17 18:05:35 +0000
commitce68c16f41650270cc4e9c6d19fefad71959081a (patch)
tree45c5ce5776b63af07f5ffa587e619a8c4dc0b152 /Makefile
parentd9cf0d3368f3067183f0353d0a6dd255556fce20 (diff)
Added Juergen Keil fix on quant_tab[4] type.
Originally committed as revision 166 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 0a4f7c08a3..78c56f3ef5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
#
include config.mak
-CFLAGS= $(OPTFLAGS) -Wall -g -I./libavcodec -I./libav
-LDFLAGS= -g
+CFLAGS= $(OPTFLAGS) -Wall -I./libavcodec -I./libav
+LDFLAGS=
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p
LDFLAGS+=-p