aboutsummaryrefslogtreecommitdiff
path: root/popup/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'popup/makefile')
-rw-r--r--popup/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/popup/makefile b/popup/makefile
index b70f5c3..42f69b6 100644
--- a/popup/makefile
+++ b/popup/makefile
@@ -59,8 +59,7 @@ LINUXINCLUDE = -I../../src -I../../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
- strip --strip-unneeded $*.pd_linux
+ ld -shared -o $*.pd_linux $*.o -lc -lm
rm $*.o
# ----------------------- Mac OSX -----------------------