From c3a2a39513d850ea9005f97b7f14755bcf6d5b46 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Thu, 3 Jan 2013 02:48:09 +0000 Subject: [PATCH] Don't strip plugins on install - it's no longer really necessary and helps in debugging to have the symbols. Patch from Jeff Horelick . git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@220 13b04d17-f746-0410-82c6-800466cd88b0 --- dll/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dll/Makefile.in b/dll/Makefile.in index 7034394..d5e53bd 100644 --- a/dll/Makefile.in +++ b/dll/Makefile.in @@ -203,7 +203,6 @@ install: all ) @( \ if test x"$(PLUGINS)" != x""; then \ - strip --strip-unneeded $(DESTDIR)$(PLUGINDIR)/*$(SHLIB_SUFFIX) || :; \ echo Your plugins [$(PLUGINS)] are now located in $(PLUGINDIR);\ fi; \ )