From 24ce48897e3faf45ed7fc3c321ad56b3678df7e0 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 9 Apr 2008 17:03:08 +0000 Subject: Do not build subrip with debugging symbols. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26371 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/Makefile b/TOOLS/Makefile index de62a32025..84570f2735 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -43,7 +43,7 @@ REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0) realcodecs: $(REAL_TARGETS) -subrip fastmemcpybench realcodecs: CFLAGS += -g +fastmemcpybench realcodecs: CFLAGS += -g %.so.6.0: %.o ld -shared -o $@ $< -ldl -lc -- cgit v1.2.3