summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-10 00:49:16 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-10 00:49:16 +0000
commit1db54e20ff5a02e49bb59e3337c141a077bebf08 (patch)
tree6f7c9143c7ae05c5e0215102472db17b4435e6c9 /common.mak
parentdea4953d82ec03799c7b1e93c1bc390bdaf76ee3 (diff)
Move gprof compiler flag handling to configure.
Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.mak b/common.mak
index cdafa60ae8..36f2377c61 100644
--- a/common.mak
+++ b/common.mak
@@ -5,11 +5,6 @@
SRC_DIR = $(SRC_PATH)/lib$(NAME)
VPATH = $(SRC_DIR)
-ifeq ($(TARGET_GPROF),yes)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S) $(CPPOBJS:.o=.cpp)
OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)