Commit 537b786b authored by pulento's avatar pulento

Restore the main Makefile to have debug flags.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@167 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bc81380
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment