From dd50ef2191f15b6be9b33b1eb2e1bc4e090719ad Mon Sep 17 00:00:00 2001 From: kszaq Date: Wed, 8 Feb 2017 16:14:55 +0100 Subject: [PATCH] scripts/create_addon: strip all addons This makes sure that all executables in addon install dir are stripped. We can now drop debug_strip in addons' package.mk. --- scripts/create_addon | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create_addon b/scripts/create_addon index eac3bb590d..98af90bc05 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -167,6 +167,7 @@ if [ "$PKG_IS_ADDON" = "yes" ] ; then if [ "$(type -t addon)" = "function" ]; then addon + debug_strip $ADDON_BUILD/$PKG_ADDON_ID else echo "*** unsupported package format. please convert your package ***" exit 1