summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 17:03:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 17:03:08 +0000
commit24ce48897e3faf45ed7fc3c321ad56b3678df7e0 (patch)
tree9456a24e5f31852706ac83d2f2473fd3025c46da /TOOLS
parent4eea61ddb30136f191dc9a2756e7036ece23d583 (diff)
downloadmpv-24ce48897e3faf45ed7fc3c321ad56b3678df7e0.tar.bz2
mpv-24ce48897e3faf45ed7fc3c321ad56b3678df7e0.tar.xz
Do not build subrip with debugging symbols.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26371 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile2
1 files changed, 1 insertions, 1 deletions
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