aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'sc4pd/makefile.pd-linux')
-rw-r--r--sc4pd/makefile.pd-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc4pd/makefile.pd-linux b/sc4pd/makefile.pd-linux
index 994141c..fc55ec6 100644
--- a/sc4pd/makefile.pd-linux
+++ b/sc4pd/makefile.pd-linux
@@ -55,7 +55,7 @@ $(TARGDIR)/%.o : $(SRCDIR)/%.cpp
$(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS))
$(CXX) $(LDFLAGS) -shared $^ $(patsubst %,-l%,$(LIBS)) -L$(FLEXTPATH) $(LINKFLEXT) -o $@
- #strip --strip-unneeded $@
+ strip --strip-unneeded $@
chmod 755 $@
$(INSTDIR):