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:
parent
ce68c16f41
commit
8d75673b77
1 changed files with 2 additions and 2 deletions
4
Makefile
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…
Add table
Add a link
Reference in a new issue