From 9a9763d6c45862d06eac0dbcbcc16633037e2eeb Mon Sep 17 00:00:00 2001 From: Ed Kelly Date: Sat, 9 May 2009 18:57:33 +0000 Subject: New weightonset external svn path=/trunk/externals/bassemu/; revision=11309 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99c52a8..f02e45e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ LINUXINCLUDE = -I../../src .c.pd_linux: $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm -f $*.o -- cgit v1.2.1