mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-07 03:28:01 +00: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:
parent
ce68c16f41
commit
8d75673b77
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…
x
Reference in New Issue
Block a user