Do not build subrip with debugging symbols.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26371 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-09 17:03:08 +00:00
parent 4eea61ddb3
commit 24ce48897e
1 changed files with 1 additions and 1 deletions

View File

@ -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