changeset 26339:3e3146bd4598

Do not build subrip with debugging symbols.
author diego
date Wed, 09 Apr 2008 17:03:08 +0000
parents cdbb07472bc5
children 03e503db705a
files TOOLS/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/Makefile	Wed Apr 09 17:02:22 2008 +0000
+++ b/TOOLS/Makefile	Wed Apr 09 17:03:08 2008 +0000
@@ -43,7 +43,7 @@
 
 realcodecs: $(REAL_TARGETS)
 
-subrip fastmemcpybench realcodecs: CFLAGS += -g
+fastmemcpybench realcodecs: CFLAGS += -g
 
 %.so.6.0: %.o
 	ld -shared -o $@ $< -ldl -lc