From 4f51fe6574a7d46ddb95bb85e1053e86c2fb805a Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 20 Sep 2008 00:30:48 +0000 Subject: pd 0.42-0 test 05 svn path=/trunk/; revision=10301 --- pd/extra/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/extra/makefile') diff --git a/pd/extra/makefile b/pd/extra/makefile index 9b2dd931..ee028616 100644 --- a/pd/extra/makefile +++ b/pd/extra/makefile @@ -37,7 +37,7 @@ LINUXINCLUDE = -I../../src .c.pd_linux: $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - $(CC) -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + $(CC) -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm -f $*.o -- cgit v1.2.1