diff options
Diffstat (limited to 'netsend~/makefile')
-rwxr-xr-x | netsend~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsend~/makefile b/netsend~/makefile index cee6861..46a724c 100755 --- a/netsend~/makefile +++ b/netsend~/makefile @@ -86,7 +86,7 @@ LINUXINCLUDE = -I../../../pd/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 $*.o |