Restore the main Makefile to have debug flags.

Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Juanjo 24 years ago
parent ce68c16f41
commit 8d75673b77
  1. 4
      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

Loading…
Cancel
Save