1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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